diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-21 16:53:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-21 16:53:02 +0200 |
commit | b8886d66f1c2a55438757539824a9afb6ac014bb (patch) | |
tree | ac4475e53275fa507b6151552e6c58d394a6ca3c /lib/edi/PFT.hpp | |
parent | cb3d61d59d1236339bb7880e3273bb2ea5e69f5b (diff) | |
download | dabmux-b8886d66f1c2a55438757539824a9afb6ac014bb.tar.gz dabmux-b8886d66f1c2a55438757539824a9afb6ac014bb.tar.bz2 dabmux-b8886d66f1c2a55438757539824a9afb6ac014bb.zip |
Make EDI includes consistent
Diffstat (limited to 'lib/edi/PFT.hpp')
-rw-r--r-- | lib/edi/PFT.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/edi/PFT.hpp b/lib/edi/PFT.hpp index 779509b..208fd70 100644 --- a/lib/edi/PFT.hpp +++ b/lib/edi/PFT.hpp @@ -21,10 +21,11 @@ */ #pragma once -#include <stdio.h> +#include <cstdio> +#include <cstdint> #include <vector> #include <map> -#include <stdint.h> +#include <string> namespace EdiDecoder { namespace PFT { |