diff options
Diffstat (limited to 'src/example')
| -rw-r--r-- | src/example/particle.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/example/particle.cpp b/src/example/particle.cpp index 69da015..733de4e 100644 --- a/src/example/particle.cpp +++ b/src/example/particle.cpp @@ -9,6 +9,7 @@  #include <crepe/api/ParticleEmitter.h>  #include <crepe/facade/SDLApp.h>  #include <crepe/system/ParticleSystem.h> +#include <crepe/api/Point.h>  using namespace crepe;  using namespace std;  |