Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/FindFreeglut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ IF (WIN32)
${Freeglut_ROOT_PATH}/include
${FREEGLUT_ROOT_DIR}/include
)
message(STATUS "DEBUG [ FREEGLUT_ROOT_DIR: ${FREEGLUT_ROOT_DIR} ]")
FIND_LIBRARY( Freeglut_glut_LIBRARY NAMES glut glut32 freeglut freeglut_static
PATHS
${OPENGL_LIBRARY_DIR}
Expand Down
2 changes: 1 addition & 1 deletion src/utVisualization/OpenCV/HighguiWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include <utUtil/OS.h>
#include <utVision/Image.h>

#include <opencv/highgui.h>
#include <opencv2/highgui.hpp>

static log4cpp::Category& logger( log4cpp::Category::getInstance( "Ubitrack.Vision.HighguiWindow" ) );

Expand Down