Skip to content

Commit

Permalink
Fix up OS X build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hultman committed Jun 26, 2016
1 parent a7a9967 commit 45a0e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "SocketData.h"
#include "UTF8.h"
#include "Network.h"
#include <uv.h>

#define STRICT
Expand Down
1 change: 1 addition & 0 deletions src/Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <mutex>
#include <queue>
#include <string>
#include <functional>
#include <uv.h>

Expand Down

0 comments on commit 45a0e87

Please sign in to comment.