1
0
Fork 0
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:
Project579 2022-09-11 05:00:04 +02:00
parent 9ceafe770d
commit 886b8c7af2
3 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#define ESMLOADER_HPP
#include <optional>
#include <vector>
#include "contentloader.hpp"

View file

@ -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

View file

@ -27,6 +27,7 @@
#include <cstddef>
#include <memory>
#include <istream>
#include <filesystem>
#include "common.hpp"
#include "loadtes4.hpp"