We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850555 commit 68d66a8Copy full SHA for 68d66a8
src/xrAICore/CMakeLists.txt
@@ -23,7 +23,7 @@ include_directories(
23
# endif()
24
#endforeach()
25
26
-add_definitions(-DXRAICORE_EXPORTS -DAI_COMPILER -D_SECURE_SCL=0)
+add_definitions(-DXRAICORE_EXPORTS)
27
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES})
28
29
set_target_properties(${PROJECT_NAME} PROPERTIES COTIRE_CXX_PREFIX_HEADER_INIT "pch.hpp")
src/xrAICore/Components/problem_solver_inline.h
@@ -10,6 +10,7 @@
10
11
#ifndef AI_COMPILER
12
#include "xrAICore/Navigation/graph_engine.h"
13
+#include "xrAICore/Navigation/graph_engine_space.h"
14
#endif
15
16
#define TEMPLATE_SPECIALIZATION \
0 commit comments