mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 17:41:34 +00:00
Add more includes
This commit is contained in:
parent
15fda78ddf
commit
266a0634eb
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef GAME_SCRIPT_LOCALS_H
|
||||
#define GAME_SCRIPT_LOCALS_H
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include <components/interpreter/types.hpp>
|
||||
|
|
Loading…
Reference in a new issue