Skip to content

Commit c0a1c1f

Browse files
committed
Fix Qt5 build.
1 parent e2ca625 commit c0a1c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/VideoPipeline/Backends/VideoToolsQt5.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "Common/Cpp/PrettyPrint.h"
1313
#include "CommonFramework/ImageTypes/ImageViewRGB32.h"
1414
#include "CommonFramework/ImageTools/ImageStats.h"
15-
#include "CommonTools/ImageMatch/ImageDiff.h"
15+
#include "CommonFramework/ImageTools/ImageDiff.h"
1616
#include "VideoToolsQt5.h"
1717

1818
#include <iostream>

0 commit comments

Comments
 (0)