From 72f1be3dbd6cf0343cf95a32ef6236373340802d Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 17 Jan 2017 15:54:44 +0100 Subject: [PATCH] We must include with mingw. This is a error anyway, linux or window. So just add the include. --- src/reader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reader.cpp b/src/reader.cpp index 01a10b2e4..85bbe722d 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -18,6 +18,7 @@ */ #include "reader.h" +#include inline char hi(char v) { char hex[] = "0123456789abcdef";