summaryrefslogtreecommitdiffhomepage
path: root/loader
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-18 11:34:03 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-18 12:29:24 +0100
commit7e79dbfedfc019b269139b5308e4811938b75278 (patch)
treeac441403afa8da5b6586d963e79f636f7bcef2bf /loader
parentec4f8323fe075e8b8d716128996658a2a1a300d7 (diff)
compat: remove integer-types header
Other headers incldue <cstddef> and <cstdint> anyway.
Diffstat (limited to 'loader')
-rw-r--r--loader/texture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/texture.cpp b/loader/texture.cpp
index 27998f84..e9d1f33e 100644
--- a/loader/texture.cpp
+++ b/loader/texture.cpp
@@ -1,5 +1,6 @@
#include "impl.hpp"
#include "compat/assert.hpp"
+#include "compat/defs.hpp"
#include "compat/alloca.hpp"
#include <cstring>
#include <Corrade/Utility/Path.h>