From 591a071856bf2df439c72248c7329f5a8f70e9c6 Mon Sep 17 00:00:00 2001 From: "T. van der Zwan" Date: Tue, 25 Feb 2014 22:08:26 +0100 Subject: [PATCH] Fixed missing include Former-commit-id: 53dab1a29d04b9cf083461caa20249b78600440d --- libsrc/hyperion/ImageProcessorFactory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsrc/hyperion/ImageProcessorFactory.cpp b/libsrc/hyperion/ImageProcessorFactory.cpp index 70987845..a47e532f 100644 --- a/libsrc/hyperion/ImageProcessorFactory.cpp +++ b/libsrc/hyperion/ImageProcessorFactory.cpp @@ -1,4 +1,7 @@ +// STL includes +#include + // Hyperion includes #include #include