diff --git a/glew-config.cmake b/cmake/glew-config.cmake similarity index 100% rename from glew-config.cmake rename to cmake/glew-config.cmake diff --git a/glfw-config.cmake b/cmake/glfw-config.cmake similarity index 100% rename from glfw-config.cmake rename to cmake/glfw-config.cmake diff --git a/include/state_filtering/trackers/object_tracker.hpp b/include/state_filtering/trackers/object_tracker.hpp index d7152b3..8f7371b 100644 --- a/include/state_filtering/trackers/object_tracker.hpp +++ b/include/state_filtering/trackers/object_tracker.hpp @@ -88,5 +88,6 @@ class MultiObjectTracker int downsampling_factor_; }; + #endif