From 4013b319af8bccfa522b08aea10fdca10ae10a49 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 25 Jul 2017 09:38:35 +0200 Subject: [PATCH] unittests: add missing include to utProfiler. --- test/unit/utProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/utProfiler.cpp b/test/unit/utProfiler.cpp index b25167f9e..0edd08255 100644 --- a/test/unit/utProfiler.cpp +++ b/test/unit/utProfiler.cpp @@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------- */ #include "UnitTestPCH.h" - +#include "UTLogStream.h" #include "code/Profiler.h" #include