Fixed Linux compile issues
This commit is contained in:
parent
5591666069
commit
eebb10c18e
4 changed files with 6 additions and 6 deletions
|
@ -22,6 +22,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "api/Api.h"
|
||||
#include "api/ApiState.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#include <cstring>
|
||||
#include <microhttpd.h>
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue