diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 11:59:16 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 11:59:20 +0100 |
| commit | 4c5ee43dcc535c8ef84f042b252ff6d4e724754d (patch) | |
| tree | 6d7664059beb5df93261cdf5bfd94012af41416a /main | |
| parent | 50bddb29135723b6b2a825302d239ebf8ed7fb9f (diff) | |
fix no-pch msvc build
Diffstat (limited to 'main')
| -rw-r--r-- | main/draw.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/draw.cpp b/main/draw.cpp index 386ea960..5af954dc 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -2,6 +2,8 @@ #include "floormat/app.hpp" #include "src/camera-offset.hpp" #include <Magnum/GL/DefaultFramebuffer.h> +#include <Magnum/GL/Renderer.h> +#include <Magnum/Math/Color.h> #include <algorithm> #include <thread> |
