Przeglądaj źródła

Add missing include

rdb 12 lat temu
rodzic
commit
aa826304d7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      panda/src/vision/webcamVideoCursorOpenCV.h

+ 1 - 0
panda/src/vision/webcamVideoCursorOpenCV.h

@@ -20,6 +20,7 @@
 #ifdef HAVE_OPENCV
 
 #include "webcamVideo.h"
+#include "movieVideoCursor.h"
 
 class WebcamVideoOpenCV;