From 38e93ed6e356a6cc2faa1371498fa15e957f00ab Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 2 Sep 2017 14:33:53 +0300 Subject: [PATCH] Fixed Linux build. --- src/api/Api.cpp | 2 ++ src/api/Httpd.cpp | 1 + src/api/NetworkState.cpp | 1 + 3 files changed, 4 insertions(+) diff --git a/src/api/Api.cpp b/src/api/Api.cpp index 20882133e..a455290a1 100644 --- a/src/api/Api.cpp +++ b/src/api/Api.cpp @@ -21,6 +21,8 @@ * along with this program. If not, see . */ +#include + #include "api/Api.h" #include "api/ApiState.h" diff --git a/src/api/Httpd.cpp b/src/api/Httpd.cpp index 6a61ac74b..cefb8192c 100644 --- a/src/api/Httpd.cpp +++ b/src/api/Httpd.cpp @@ -23,6 +23,7 @@ #include +#include #include "api/Api.h" diff --git a/src/api/NetworkState.cpp b/src/api/NetworkState.cpp index e3c76ec14..997f52dfc 100644 --- a/src/api/NetworkState.cpp +++ b/src/api/NetworkState.cpp @@ -23,6 +23,7 @@ #include +#include #include