diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 13:08:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 13:38:20 +0200 |
commit | 6b875a0919b9932eca9ed877552c34ecb220b7d8 (patch) | |
tree | 5c8685fd0f41f2b7bdf35779d002ba1d81cd441d /src | |
parent | bbc20636c54b1e408156e397d688e4e591dd601b (diff) |
some random stuff
Diffstat (limited to 'src')
-rw-r--r-- | src/precomp.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/precomp.hpp b/src/precomp.hpp index ceeeca70..4ff5d8a7 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -18,11 +18,12 @@ #include <vector> #include <memory> #include <utility> +#include <algorithm> #include <filesystem> -#include <Corrade/Containers/StringStlView.h> #include <Corrade/Containers/Array.h> #include <Corrade/Containers/ArrayViewStl.h> +#include <Corrade/Containers/StringStlView.h> #include <Corrade/Utility/DebugStl.h> #include <Magnum/Magnum.h> @@ -36,4 +37,5 @@ #include <Magnum/GL/Renderer.h> #include <Magnum/GL/Texture.h> #include <Magnum/Trade/ImageData.h> + #include <nlohmann/json.hpp> |