aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/ParticleSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/ParticleSystem.cpp')
-rw-r--r--src/crepe/ParticleSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/ParticleSystem.cpp b/src/crepe/ParticleSystem.cpp
index 0dad4cd..bf7f8fc 100644
--- a/src/crepe/ParticleSystem.cpp
+++ b/src/crepe/ParticleSystem.cpp
@@ -1,7 +1,7 @@
#include "ParticleSystem.h"
#include <cmath>
#include <ctime>
-#include "ParticleEmitter.h"
+#include "api/ParticleEmitter.h"
#include "Particle.h"
#include "ComponentManager.h"