Fix linker error. (#8169)

This commit is contained in:
MarcelPiNacy-CVC 2024-09-19 16:44:16 +02:00 committed by GitHub
parent b143ef1a31
commit 4c1196db44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ IMPLEMENT_MODULE(FCarlaModule, Carla)
// -- Implement carla throw_exception ------------------------------------------
// =============================================================================
#ifndef __cpp_exceptions
#ifdef LIBCARLA_NO_EXCEPTIONS
#include <compiler/disable-ue4-macros.h>
#include <carla/Exception.h>
#include <compiler/enable-ue4-macros.h>

View File

@ -21,7 +21,7 @@ void FCarlaToolsModule::ShutdownModule()
IMPLEMENT_MODULE(FCarlaToolsModule, CarlaTools)
#ifndef __cpp_exceptions
#ifdef LIBCARLA_NO_EXCEPTIONS
#include <compiler/disable-ue4-macros.h>
#include <carla/Exception.h>
#include <compiler/enable-ue4-macros.h>