1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00

Add missing include

This commit is contained in:
Andrei Kortunov 2017-11-21 13:27:33 +04:00
parent 5f41f7c48d
commit 67acb83b62

View file

@ -1,6 +1,7 @@
#ifndef MISC_STRINGOPS_H
#define MISC_STRINGOPS_H
#include <stdint.h>
#include <cctype>
#include <cstring>
#include <string>