summaryrefslogtreecommitdiff
path: root/src/effects/heptagon_effect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/heptagon_effect.cc')
-rw-r--r--src/effects/heptagon_effect.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/heptagon_effect.cc b/src/effects/heptagon_effect.cc
index 273adc2..d15882d 100644
--- a/src/effects/heptagon_effect.cc
+++ b/src/effects/heptagon_effect.cc
@@ -1,8 +1,9 @@
// This file is part of the 64k demo project.
// It implements the HeptagonEffect.
-#include "gpu/demo_effects.h"
+#include "effects/heptagon_effect.h"
#include "gpu/gpu.h"
+#include "gpu/shaders.h"
#include "util/mini_math.h"
// --- HeptagonEffect ---