Fixed Linux compile issues

This commit is contained in:
Ben Gräf 2017-10-06 22:00:22 +02:00
parent 5591666069
commit eebb10c18e
4 changed files with 6 additions and 6 deletions

View file

@ -22,6 +22,8 @@
*/
#include <cstring>
#include "api/Api.h"
#include "api/ApiState.h"

View file

@ -21,7 +21,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstring>
#include <microhttpd.h>

View file

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