OSDN Git Service

Add #include <algorithm> for std::reverse()
authorsdottaka <none@none>
Sun, 30 Jun 2013 12:37:21 +0000 (21:37 +0900)
committersdottaka <none@none>
Sun, 30 Jun 2013 12:37:21 +0000 (21:37 +0900)
Src/FilepathEdit.cpp

index 7856290..7d03876 100644 (file)
@@ -33,6 +33,7 @@
 #include "ClipBoard.h"
 #include "Shlwapi.h"
 #include "paths.h"
+#include <algorithm>
 
 #ifdef _DEBUG
 #define new DEBUG_NEW