diff --git a/src/interfaces/idapro/STARSInterface.cpp b/src/interfaces/idapro/STARSInterface.cpp index fd9489891bff55cb4f5200dd0ff62f7c26677157..a449ce5f45ed4fca84211ce8e5247c75eaa0b930 100644 --- a/src/interfaces/idapro/STARSInterface.cpp +++ b/src/interfaces/idapro/STARSInterface.cpp @@ -9,10 +9,10 @@ #include "base/SMPFunction.h" #include "base/SMPProgram.h" -#define STARS_USE_EHP_LIB 1 +#define STARS_USE_EHP_LIB 0 #if STARS_USE_EHP_LIB #ifdef __X64__ -#include <ehp.hpp> // security_transforms/libehp/include/ehp.hpp +#include <ehp.hpp> // SMPStaticAnalyzer/libehp/include/ehp.hpp #endif #endif