1
0
Fork 0
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:
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>