diff options
Diffstat (limited to 'command/pes2es.cpp')
-rw-r--r-- | command/pes2es.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/command/pes2es.cpp b/command/pes2es.cpp index 6adbc26..d0287d0 100644 --- a/command/pes2es.cpp +++ b/command/pes2es.cpp @@ -5,6 +5,10 @@ * */ +#include <inttypes.h> +#include <stdlib.h> +#include <string.h> + #include "pes2es.h" cMarkAdPES2ES::cMarkAdPES2ES(const char *QueueName, int QueueSize) |