forked from mirror/openmw-tes3mp
Add missing include
This commit is contained in:
parent
5f41f7c48d
commit
67acb83b62
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef MISC_STRINGOPS_H
|
||||
#define MISC_STRINGOPS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue