Browse Source

since
https://github.com/Torque3DResources/curlModule/blob/main/source/libs/libs.cmake
appends TORQUE_INCLUDE_DIRECTORIES
we can look in that dir for httpobject sintead of relying on relative-to-core locations

AzaezelX 8 months ago
parent
commit
c41f4d6680
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/platform/platformNet.cpp

+ 1 - 1
Engine/source/platform/platformNet.cpp

@@ -27,7 +27,7 @@
 #include "console/consoleTypes.h"
 #include "console/consoleTypes.h"
 
 
 #ifdef TORQUE_NET_CURL
 #ifdef TORQUE_NET_CURL
-#include "app/net/httpObject.h"
+#include <httpObject.h>
 #endif
 #endif
 
 
 // jamesu - debug DNS
 // jamesu - debug DNS