mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
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
This commit is contained in:
parent
4f6c921eb9
commit
c41f4d6680
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "console/consoleTypes.h"
|
||||
|
||||
#ifdef TORQUE_NET_CURL
|
||||
#include "app/net/httpObject.h"
|
||||
#include <httpObject.h>
|
||||
#endif
|
||||
|
||||
// jamesu - debug DNS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue