summaryrefslogtreecommitdiffhomepage
path: root/loader/loader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r--loader/loader.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp
index 08881ee7..9b2d1c3c 100644
--- a/loader/loader.hpp
+++ b/loader/loader.hpp
@@ -1,13 +1,10 @@
#pragma once
#include "src/pass-mode.hpp"
+#include <stdio.h>
#include <memory>
#include <vector>
#include <Corrade/Containers/StringView.h>
-#if defined _WIN32 && !defined FILENAME_MAX
-#define FILENAME_MAX 260
-#endif
-
namespace Magnum { using Vector2ub = Math::Vector2<unsigned char>; }
namespace floormat { struct serialized_scenery; }
namespace Magnum::Trade {