]> granicus.if.org Git - icinga2/commitdiff
Add missing #include.
authorGunnar Beutner <gunnar@beutner.name>
Tue, 15 Oct 2013 18:37:58 +0000 (20:37 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 15 Oct 2013 18:37:58 +0000 (20:37 +0200)
components/perfdata/graphitewriter.cpp

index 8601d759b77216dd31a8016fb6393fe82327571a..9f10d5bf56277cb8ce9299860ae45aa65de95b0d 100644 (file)
@@ -36,6 +36,7 @@
 #include <boost/smart_ptr/make_shared.hpp>
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string/split.hpp>
+#include <boost/algorithm/string/replace.hpp>
 
 using namespace icinga;