diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 14:51:10 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 14:51:10 +0300 |
commit | 85b52d14bd39f352ab10c0d0cb6fb114aeeda8a4 (patch) | |
tree | 9b79447f25cbf1b3f663c02144d8d9cb771e8eba /commonheaders.h | |
parent | dcf36bc803916561f01febeedb76501d3fe3f729 (diff) |
modified: commonheaders.h
modified: messages.cpp
modified: replacer.suo
modified: replacer.vcproj
modified: utilities.h
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 64b44da..9401e97 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -38,6 +38,8 @@ using std::wstring; #include <fstream> using std::wfstream; using std::fstream; +#include <algorithm> + #include <newpluginapi.h> #include <m_database.h> |