diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-23 19:02:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-23 19:14:05 +0100 |
commit | b3e25b2a14e402bc4703777f0b58fcc0724e40c8 (patch) | |
tree | 2c6262eb9016e7525b92b017960e23144c208097 /test | |
parent | a7f0417640220e697a1c3307ae79ea397b049fb1 (diff) |
fix build
Diffstat (limited to 'test')
-rw-r--r-- | test/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp index c21fbc31..b0ab9f0f 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -1,7 +1,7 @@ #include "app.hpp" +#include "serialize/tile.hpp" #include "serialize/tile-atlas.hpp" #include "serialize/magnum-vector.hpp" -#include "serialize/tile.hpp" #include "serialize/json-helper.hpp" #include "compat/assert.hpp" #include "src/tile-atlas.hpp" |