fix OSX compilation

This commit is contained in:
luca 2016-07-01 11:15:02 +02:00
parent 176a8f0b31
commit 9bfb13f1d2

View File

@ -5,7 +5,9 @@
#include <memory>
#include <chrono>
#include <uv.h>
#include "error.h"
#if not defined(__APPLE__)
#include "error.h"
#endif
#include "handle.hpp"
#include "util.hpp"