Added include for debug build, no Issue

This commit is contained in:
Ingo
2013-12-21 00:26:01 +01:00
parent 321fa69bc4
commit a90ae2a455

View File

@@ -74,6 +74,8 @@
#ifdef __SSE2__
#include "sleefsseavx.c"
#endif
#include <assert.h>
template<typename T>
class LUT {
private: