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

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/TH/TH.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TH/TH.h')
-rw-r--r--lib/TH/TH.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/TH/TH.h b/lib/TH/TH.h
index cdf331d..8b676cf 100644
--- a/lib/TH/TH.h
+++ b/lib/TH/TH.h
@@ -3,6 +3,10 @@
#include "THGeneral.h"
+#if TH_GENERIC_USE_HALF
+# include "THHalf.h"
+#endif
+
#include "THBlas.h"
#ifdef USE_LAPACK
#include "THLapack.h"