mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Fix build error with stdlibc++ due to includes shuffling.
This commit is contained in:
parent
9ceafe770d
commit
886b8c7af2
@ -2,6 +2,7 @@
|
||||
#define ESMLOADER_HPP
|
||||
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "contentloader.hpp"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <cassert>
|
||||
#include <stdexcept>
|
||||
#include <unordered_map>
|
||||
#include <filesystem>
|
||||
#include <iostream> // for debugging
|
||||
#include <sstream> // for debugging
|
||||
#include <iomanip> // for debugging
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
#include <istream>
|
||||
#include <filesystem>
|
||||
|
||||
#include "common.hpp"
|
||||
#include "loadtes4.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user