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:
Diffstat (limited to 'sse2_gemm.h')
-rw-r--r--sse2_gemm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sse2_gemm.h b/sse2_gemm.h
index 161996c..4530659 100644
--- a/sse2_gemm.h
+++ b/sse2_gemm.h
@@ -1,5 +1,5 @@
#pragma once
-#include <cstdint>
+#include <stdint.h>
namespace intgemm {