瀏覽代碼

fix for linux sample build

Lei Shi 9 年之前
父節點
當前提交
6ba2a4b653
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lib/Backend/ServerThreadContext.cpp

+ 1 - 2
lib/Backend/ServerThreadContext.cpp

@@ -7,6 +7,7 @@
 
 #if ENABLE_OOP_NATIVE_CODEGEN
 #include "JITServer/JITServer.h"
+#endif //ENABLE_OOP_NATIVE_CODEGEN
 
 ServerThreadContext::ServerThreadContext(ThreadContextDataIDL * data) :
     m_threadContextData(*data),
@@ -220,5 +221,3 @@ void ServerThreadContext::Close()
     ServerContextManager::RecordCloseContext(this);
 #endif
 }
-
-#endif //ENABLE_OOP_NATIVE_CODEGEN