mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-09 00:04:36 +00:00
Merge branch 'missing_include' into 'master'
missing include in attr.cpp See merge request OpenMW/openmw!3060
This commit is contained in:
commit
03ff03005d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#include "attr.hpp"
|
#include "attr.hpp"
|
||||||
#include <components/misc/strings/algorithm.hpp>
|
#include <components/misc/strings/algorithm.hpp>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
using namespace ESM;
|
using namespace ESM;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue