From 261b5381267f0c506e1949ca2f724b6f3b6a2c04 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 13 Aug 2019 11:07:52 +0200 Subject: Add missing include in TimestampDecoder --- src/TimestampDecoder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/TimestampDecoder.cpp') diff --git a/src/TimestampDecoder.cpp b/src/TimestampDecoder.cpp index a561237..7f1fb6e 100644 --- a/src/TimestampDecoder.cpp +++ b/src/TimestampDecoder.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #include "PcDebug.h" #include "TimestampDecoder.h" #include "Log.h" -- cgit v1.2.3