Fixed Linux build.

This commit is contained in:
XMRig 2017-09-02 14:33:53 +03:00
parent d52aa5a72b
commit 38e93ed6e3
3 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
#include "api/Api.h"
#include "api/ApiState.h"

View file

@ -23,6 +23,7 @@
#include <microhttpd.h>
#include <string.h>
#include "api/Api.h"

View file

@ -23,6 +23,7 @@
#include <algorithm>
#include <string.h>
#include <uv.h>