diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-27 21:48:16 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-27 21:48:16 +0100 |
| commit | 6109f50c2726c6fbda5ca8cd9f533d2184e93829 (patch) | |
| tree | 7834136bd7dac61fb19e4f74b423348ff176560f | |
| parent | efecf0ab20304b5d76b3072a66b36b50d8522082 (diff) | |
fix build
| -rw-r--r-- | loader/loader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp index 1c15ac43..b8ac12e2 100644 --- a/loader/loader.hpp +++ b/loader/loader.hpp @@ -1,5 +1,6 @@ #pragma once #include <memory> +#include <vector> namespace Magnum { using Vector2ub = Math::Vector2<unsigned char>; } namespace floormat::Serialize { struct serialized_scenery; } |
