diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-21 16:53:22 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-21 16:53:22 +0200 |
commit | db3abbc7fc0940a602a7dac01a8f8b38ceca2a5f (patch) | |
tree | 79cc9886fe82480551f75b0f8a40cf5cd244e9c3 /lib/edi/ETIDecoder.cpp | |
parent | bd123187b3049296adcae35f01427f8c59a51024 (diff) | |
download | dabmod-db3abbc7fc0940a602a7dac01a8f8b38ceca2a5f.tar.gz dabmod-db3abbc7fc0940a602a7dac01a8f8b38ceca2a5f.tar.bz2 dabmod-db3abbc7fc0940a602a7dac01a8f8b38ceca2a5f.zip |
Make EDI includes consistent
Diffstat (limited to 'lib/edi/ETIDecoder.cpp')
-rw-r--r-- | lib/edi/ETIDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edi/ETIDecoder.cpp b/lib/edi/ETIDecoder.cpp index a1b801b..1fa9c3c 100644 --- a/lib/edi/ETIDecoder.cpp +++ b/lib/edi/ETIDecoder.cpp @@ -22,7 +22,7 @@ #include "buffer_unpack.hpp" #include "crc.h" #include "Log.h" -#include <stdio.h> +#include <cstdio> #include <cassert> #include <sstream> |