Make compile work on GCC 10.1

This commit is contained in:
Samuel Sadok
2020-06-08 10:16:39 +02:00
parent b6066eac01
commit c8f46bbb4a
@@ -12,6 +12,7 @@ see protocol.md for the protocol specification
#include <limits>
#include <cmath>
//#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "crc.hpp"
#include "cpp_utils.hpp"