diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 11:04:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 11:04:12 +0100 |
commit | 50392ec2dc793527c90df04a8cdb7f81e2368fd8 (patch) | |
tree | d03b7832f8e91596501e6d892a1b70742f73a4b2 /editor/precomp.hpp | |
parent | 56ca299daf0ce278d88a18af6dc6ec528b45161f (diff) |
fix pch initial build
Diffstat (limited to 'editor/precomp.hpp')
-rw-r--r-- | editor/precomp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/precomp.hpp b/editor/precomp.hpp index b1652eaf..f309133a 100644 --- a/editor/precomp.hpp +++ b/editor/precomp.hpp @@ -2,6 +2,7 @@ #include "src/precomp.hpp" #include <cstdlib> + #include <Corrade/Utility/Arguments.h> #include <Magnum/Math/Color.h> |