From 2b9badf7287e94165cfaf474d3bf8045ede3abc9 Mon Sep 17 00:00:00 2001 From: Andre Bernet Date: Sun, 15 Jan 2017 17:48:32 +0100 Subject: [PATCH] Compilation fix --- companion/src/process_flash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/companion/src/process_flash.cpp b/companion/src/process_flash.cpp index c57bfe639..98e7cef2b 100644 --- a/companion/src/process_flash.cpp +++ b/companion/src/process_flash.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #if defined _MSC_VER || !defined __GNUC__