11 lines
300 B
C++
11 lines
300 B
C++
--- apps/openmw/mwstate/charactermanager.hpp.orig 2023-08-08 09:23:20 UTC
|
|
+++ apps/openmw/mwstate/charactermanager.hpp
|
|
@@ -1,6 +1,8 @@
|
|
#ifndef GAME_STATE_CHARACTERMANAGER_H
|
|
#define GAME_STATE_CHARACTERMANAGER_H
|
|
|
|
+#include <list>
|
|
+
|
|
#include <boost/filesystem/path.hpp>
|
|
|
|
#include "character.hpp"
|