1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 20:23:54 +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:
Nathan Jeffords 2012-12-30 21:16:54 -08:00
parent 008d6d6589
commit 7228f5d696

View file

@ -1,6 +1,7 @@
#ifndef MISC_STRINGOPS_H #ifndef MISC_STRINGOPS_H
#define MISC_STRINGOPS_H #define MISC_STRINGOPS_H
#include <cctype>
#include <string> #include <string>
#include <algorithm> #include <algorithm>