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 'intgemm/types.h')
-rw-r--r--intgemm/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intgemm/types.h b/intgemm/types.h
index 81b38af..a4b35b4 100644
--- a/intgemm/types.h
+++ b/intgemm/types.h
@@ -1,4 +1,6 @@
#pragma once
+#include "intgemm/intgemm_config.h"
+
#include <exception>
#ifdef INTGEMM_COMPILER_SUPPORTS_AVX2
#include <immintrin.h>