mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 11:41:33 +00:00
Add missing includes.
This commit is contained in:
parent
59a92de977
commit
b1fb3e2313
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "creature.hpp"
|
||||
|
||||
#include <climits> // INT_MIN
|
||||
|
||||
#include <components/misc/rng.hpp>
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/esm/loadcrea.hpp>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "npc.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <climits> // INT_MIN
|
||||
|
||||
#include <components/misc/constants.hpp>
|
||||
#include <components/misc/rng.hpp>
|
||||
|
|
Loading…
Reference in a new issue