1
0
Fork 0
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:
psi29a 2024-05-11 07:42:55 +00:00
commit 3e8442e749
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>