Skip to content

Instantly share code, notes, and snippets.

@ptigas
Last active March 7, 2017 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptigas/71617d94755fc6d567664f84bc53e9e7 to your computer and use it in GitHub Desktop.
Save ptigas/71617d94755fc6d567664f84bc53e9e7 to your computer and use it in GitHub Desktop.
patch boost/format
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