From c41f4d66801264cba236b0818873eeac3f257b36 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Thu, 23 Jan 2025 20:59:21 -0600 Subject: [PATCH] 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 --- Engine/source/platform/platformNet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/platform/platformNet.cpp b/Engine/source/platform/platformNet.cpp index 09547892f..5fdfa8ed9 100644 --- a/Engine/source/platform/platformNet.cpp +++ b/Engine/source/platform/platformNet.cpp @@ -27,7 +27,7 @@ #include "console/consoleTypes.h" #ifdef TORQUE_NET_CURL -#include "app/net/httpObject.h" +#include #endif // jamesu - debug DNS