Fix build error with stdlibc++ due to includes shuffling.

crashfix_debugdraw
Project579 2 years ago
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…
Cancel
Save