|
@@ -2,7 +2,6 @@
|
|
|
#define ENTT_META_FACTORY_HPP
|
|
#define ENTT_META_FACTORY_HPP
|
|
|
|
|
|
|
|
#include <concepts>
|
|
#include <concepts>
|
|
|
-#include <cstdint>
|
|
|
|
|
#include <functional>
|
|
#include <functional>
|
|
|
#include <memory>
|
|
#include <memory>
|
|
|
#include "../config/config.h"
|
|
#include "../config/config.h"
|
|
@@ -13,6 +12,7 @@
|
|
|
#include "../core/type_traits.hpp"
|
|
#include "../core/type_traits.hpp"
|
|
|
#include "../locator/locator.hpp"
|
|
#include "../locator/locator.hpp"
|
|
|
#include "../stl/cstddef.hpp"
|
|
#include "../stl/cstddef.hpp"
|
|
|
|
|
+#include "../stl/cstdint.hpp"
|
|
|
#include "../stl/type_traits.hpp"
|
|
#include "../stl/type_traits.hpp"
|
|
|
#include "../stl/utility.hpp"
|
|
#include "../stl/utility.hpp"
|
|
|
#include "context.hpp"
|
|
#include "context.hpp"
|