ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.1k stars 79 forks source link

missing some headers #2

Closed rhl- closed 8 years ago

rhl- commented 10 years ago
$ git diff
diff --git a/libdivide_test.cpp b/libdivide_test.cpp
index 55f7333..bc70da2 100644
--- a/libdivide_test.cpp
+++ b/libdivide_test.cpp
@@ -5,7 +5,8 @@
 #include <stdlib.h>
 #include <time.h>
 #include <iostream>
-
+#include <typeinfo>
+#include <string.h>
 #ifdef LIBDIVIDE_USE_SSE2
 #include <emmintrin.h>
 #endif

Easy fix.

TheCodeArtist commented 9 years ago

This issue appears to be fixed now by 2ff0e63d471ea811f2304009162fac70b7bd1fd7