mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
added missing reference to <cctype>
added missing reference to <cctype> that was causing Visual Studio 2010 to fail to compile stringops.hpp
This commit is contained in:
parent
008d6d6589
commit
7228f5d696
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef MISC_STRINGOPS_H
|
||||
#define MISC_STRINGOPS_H
|
||||
|
||||
#include <cctype>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in a new issue