Add <boost/algorithm/string.hpp> to resolve building issues on some configurations. v0.4.4.7-nvc-bugfix3
authorMASM fan <masmfan@gmail.com>
Sat, 22 Feb 2014 16:43:35 +0000 (20:43 +0400)
committerMASM fan <masmfan@gmail.com>
Sat, 22 Feb 2014 16:43:35 +0000 (20:43 +0400)
src/alert.cpp

index 515fbeb..2698a5c 100644 (file)
@@ -3,6 +3,7 @@
 //
 
 #include <boost/foreach.hpp>
+#include <boost/algorithm/string.hpp>
 #include <map>
 
 #include "alert.h"