From 36537532ec827a6f07e9873906ffc17e1961dcb9 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Thu, 10 Sep 2015 11:23:29 +0200 Subject: [PATCH] Fixed compilation error - StopWatch.h capitalization --- rtengine/rawimagesource.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index 06214469d..2d7bed9c2 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -40,7 +40,7 @@ #include #endif #include "opthelper.h" -#include "Stopwatch.h" +#include "StopWatch.h" namespace rtengine {