Fixed compilation error - StopWatch.h capitalization

This commit is contained in:
Morgan Hardwood
2015-09-10 11:23:29 +02:00
parent e82c79bd8a
commit 36537532ec

View File

@@ -40,7 +40,7 @@
#include <omp.h>
#endif
#include "opthelper.h"
#include "Stopwatch.h"
#include "StopWatch.h"
namespace rtengine
{