mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 12:20:41 +00:00
Add missing includes
This commit is contained in:
parent
99ac6c40e5
commit
35f5c8cd15
@ -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 New Issue
Block a user