Fix linker error. (#8169)
This commit is contained in:
parent
b143ef1a31
commit
4c1196db44
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue