Created
September 25, 2018 05:57
-
-
Save kaseiwang/43ee04f3eac9f6ca6db62cd30581ec7b to your computer and use it in GitHub Desktop.
PCL boost-1.68 patch
This file contains 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/visualization/src/pcl_visualizer.cpp b/visualization/src/pcl_visualizer.cpp | |
index 5b12331..7104802 100644 | |
--- a/visualization/src/pcl_visualizer.cpp | |
+++ b/visualization/src/pcl_visualizer.cpp | |
@@ -100,7 +100,7 @@ | |
#include <pcl/visualization/pcl_visualizer.h> | |
#include <pcl/visualization/common/common.h> | |
#include <pcl/common/time.h> | |
-#include <boost/uuid/sha1.hpp> | |
+#include <boost/uuid//detail/sha1.hpp> | |
#include <boost/filesystem.hpp> | |
#include <pcl/console/parse.h> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment