mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 07:15:34 +00:00
Fix build error with stdlibc++ due to includes shuffling.
This commit is contained in:
parent
9ceafe770d
commit
886b8c7af2
3 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue