forked from pool/libint
14 lines
303 B
Diff
14 lines
303 B
Diff
|
|
diff --git a/src/bin/libint/memory.h b/src/bin/libint/memory.h
|
||
|
|
index ef9e2662..a04904b5 100644
|
||
|
|
--- a/src/bin/libint/memory.h
|
||
|
|
+++ b/src/bin/libint/memory.h
|
||
|
|
@@ -21,6 +21,7 @@
|
||
|
|
#include <limits.h>
|
||
|
|
#include <smart_ptr.h>
|
||
|
|
|
||
|
|
+#include <cstdint>
|
||
|
|
#include <list>
|
||
|
|
|
||
|
|
#ifndef _libint2_src_bin_libint_memory_h_
|
||
|
|
|