Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpu <github@kheafield.com>2018-06-20 02:07:41 +0300
committerkpu <github@kheafield.com>2018-06-20 02:07:41 +0300
commit14cf95662cdc3de5c53918e8502cc263d1dc7c20 (patch)
tree3b27702dc5b99f53b9acd36f686a46b290c2a632 /aligned.h
parentaa4ab5116eec63714fce8983095a803a06e214ae (diff)
More headers
Diffstat (limited to 'aligned.h')
-rw-r--r--aligned.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aligned.h b/aligned.h
index 83915a1..85b4eb0 100644
--- a/aligned.h
+++ b/aligned.h
@@ -4,7 +4,9 @@
// free_ptr<Integer> quantized(AlignedArray<Integer>(rows * cols));
// This is only used by tests.
+#include <cstdlib>
#include <memory>
+#include <type_traits>
namespace intgemm {