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

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2020-04-19 14:50:11 +0300
committerKenneth Heafield <github@kheafield.com>2020-04-19 14:50:11 +0300
commit1b3ef4a1f8c3db3c0e3a63f17e876bbb238f0b18 (patch)
treec18415299457f8715ba02e072fcede4b0db8748a
parent08853168bb964930fcbd813d3d33684b9cb917a4 (diff)
Header for std::size_t
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index f850967..0a9c881 100644
--- a/types.h
+++ b/types.h
@@ -1,5 +1,6 @@
#pragma once
#include "intgemm_config.h"
+#include <cstddef>
#include <exception>
#include <immintrin.h>