mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-23 23:33:45 +02:00
fix include conflict between ruby and json5pp
This commit is contained in:
parent
d448d996f5
commit
f9b6f95708
1 changed files with 1 additions and 1 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "util/json5pp.hpp"
|
||||
#include "binding-util.h"
|
||||
|
||||
#include "net/net.h"
|
||||
#include "util/json5pp.hpp"
|
||||
|
||||
RB_METHOD(httpGet) {
|
||||
RB_UNUSED_PARAM;
|
||||
|
|
Loading…
Add table
Reference in a new issue