summaryrefslogtreecommitdiff
path: root/src/Renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Renderer.h')
-rw-r--r--src/Renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Renderer.h b/src/Renderer.h
index 39c8c1a..a756f13 100644
--- a/src/Renderer.h
+++ b/src/Renderer.h
@@ -2,7 +2,7 @@
#define RENDERER_H
#include "Config.h"
-#include "Simulation.h"
+#include "simulation/Simulation.h"
#include "Graphics.h"
class Simulation;