mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 17:15:34 +00:00
Merge branch 'fix_build' into 'master'
Add missing include (#7967) Closes #7967 See merge request OpenMW/openmw!4087
This commit is contained in:
commit
3e8442e749
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "pathgrid.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
#include <set>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef OPENMW_MWPHYSICS_PHYSICSSYSTEM_H
|
||||
#define OPENMW_MWPHYSICS_PHYSICSSYSTEM_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in a new issue