Ticket #38328: diff-fix-qt-boost-bug.patch
File diff-fix-qt-boost-bug.patch, 536 bytes (added by andre.dos.anjos@…, 12 years ago) |
---|
-
include/bob/visioner/util/util.h
diff --git include/bob/visioner/util/util.h include/bob/visioner/util/util.h index 7c8710e..d050ca8 100644
29 29 #include <algorithm> 30 30 #include <vector> 31 31 #include <stdint.h> 32 32 33 #include <boost/algorithm/string/classification.hpp> 33 34 #include <boost/algorithm/string/split.hpp> 34 35 36 // See bug: https://bugreports.qt-project.org/browse/QTBUG-22829 37 #ifndef Q_MOC_RUN 35 38 #include <boost/lexical_cast.hpp> 39 #endif 36 40 37 41 namespace bob { namespace visioner { 38 42