1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-30 16:20:21 +00:00

Add more includes

This commit is contained in:
Evil Eye 2022-05-21 12:41:56 +02:00
parent 15fda78ddf
commit 266a0634eb

View File

@ -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>