1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 07:39:44 +00:00

Merge branch 'includes' into 'master'

Re-add missing includes removed in 5a824d0333

See merge request OpenMW/openmw!375
This commit is contained in:
psi29a 2020-10-25 20:18:56 +00:00
commit b66ba7c718
5 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "controlparser.hpp"
#include <algorithm>
#include <iterator>
#include <stdexcept>
#include "scanner.hpp"

View file

@ -4,6 +4,8 @@
#include <cassert>
#include <algorithm>
#include <stack>
#include <iterator>
#include <sstream>
#include <components/misc/stringops.hpp>

View file

@ -2,6 +2,7 @@
#include <cassert>
#include <algorithm>
#include <iterator>
#include <stdexcept>
#include "literals.hpp"

View file

@ -2,6 +2,7 @@
#include <cassert>
#include <algorithm>
#include <iterator>
#include "locals.hpp"

View file

@ -1,6 +1,7 @@
#include "stringparser.hpp"
#include <algorithm>
#include <iterator>
#include <components/misc/stringops.hpp>