Last active
March 7, 2017 11:52
-
-
Save ptigas/71617d94755fc6d567664f84bc53e9e7 to your computer and use it in GitHub Desktop.
patch boost/format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/gazebo/rendering/Camera.cc b/gazebo/rendering/Camera.cc | |
index 09a2430..b806a87 100644 | |
--- a/gazebo/rendering/Camera.cc | |
+++ b/gazebo/rendering/Camera.cc | |
@@ -22,7 +22,7 @@ | |
#endif | |
#include <sstream> | |
- | |
+#include <boost/format.hpp> | |
#include <boost/algorithm/string.hpp> | |
#include <boost/filesystem.hpp> | |
#include <sdf/sdf.hh> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment