diff options
| author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-24 12:00:57 +0100 | 
|---|---|---|
| committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-24 12:00:57 +0100 | 
| commit | b5fc0b66f7db21c2b134dbec8ce16398fd4e19fe (patch) | |
| tree | 6bd17b81ac46873bbd7b8e9d78629a9b0bf5f4b6 /src | |
| parent | f235743e60fd183319d3cdfb103318739ecbb1e9 (diff) | |
Corrected include
Diffstat (limited to 'src')
| -rw-r--r-- | src/crepe/ComponentManager.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/crepe/ComponentManager.cpp b/src/crepe/ComponentManager.cpp index 2d12034..5c0ef3d 100644 --- a/src/crepe/ComponentManager.cpp +++ b/src/crepe/ComponentManager.cpp @@ -1,8 +1,8 @@  #include "api/GameObject.h" -#include "types.h"  #include "util/Log.h"  #include "ComponentManager.h" +#include "types.h"  using namespace crepe;  using namespace std; |