Fix compilation error
This commit is contained in:
parent
2efe9d65da
commit
92aa06ac35
|
@ -30,10 +30,10 @@
|
|||
#ifdef IS_PROFILING_ACTIVE
|
||||
|
||||
// Libraries
|
||||
#include "configuration.h"
|
||||
#include "engine/Timer.h"
|
||||
#include <reactphysics3d/configuration.h>
|
||||
#include <reactphysics3d/engine/Timer.h>
|
||||
#include <fstream>
|
||||
#include "containers/List.h"
|
||||
#include <reactphysics3d/containers/List.h>
|
||||
|
||||
/// ReactPhysics3D namespace
|
||||
namespace reactphysics3d {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifdef IS_PROFILING_ACTIVE
|
||||
|
||||
// Libraries
|
||||
#include "Profiler.h"
|
||||
#include <reactphysics3d/utils/Profiler.h>
|
||||
#include <string>
|
||||
#include <reactphysics3d/memory/MemoryManager.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user