1
0
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:
elsid 2024-05-09 19:22:47 +02:00
parent 99ac6c40e5
commit 35f5c8cd15
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "pathgrid.hpp"
#include <algorithm>
#include <list>
#include <set>

View File

@ -1,6 +1,7 @@
#ifndef OPENMW_MWPHYSICS_PHYSICSSYSTEM_H
#define OPENMW_MWPHYSICS_PHYSICSSYSTEM_H
#include <algorithm>
#include <array>
#include <functional>
#include <map>