aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-08-13 11:07:52 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-08-13 11:07:52 +0200
commit261b5381267f0c506e1949ca2f724b6f3b6a2c04 (patch)
tree4462c6d0e31c27e2940827363a46ce208f02e3bb /src/TimestampDecoder.cpp
parentf0a767b8059abe113f422fdbe0a29e9c00a9945f (diff)
downloaddabmod-261b5381267f0c506e1949ca2f724b6f3b6a2c04.tar.gz
dabmod-261b5381267f0c506e1949ca2f724b6f3b6a2c04.tar.bz2
dabmod-261b5381267f0c506e1949ca2f724b6f3b6a2c04.zip
Add missing include in TimestampDecoder
Diffstat (limited to 'src/TimestampDecoder.cpp')
-rw-r--r--src/TimestampDecoder.cpp1
1 files changed, 1 insertions, 0 deletions
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 <iostream>
#include <fstream>
#include <string>
+#include <cstring>
#include "PcDebug.h"
#include "TimestampDecoder.h"
#include "Log.h"