fixed ruby.h includes
This commit is contained in:
parent
ba403a67ad
commit
ce74031dc6
|
@ -26,8 +26,9 @@
|
||||||
#include "filesystem.h"
|
#include "filesystem.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "debugwriter.h"
|
#include "debugwriter.h"
|
||||||
|
extern "C" {
|
||||||
#include <ruby.h>
|
#include <ruby.h>
|
||||||
|
}
|
||||||
#include <ruby/encoding.h>
|
#include <ruby/encoding.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -21,9 +21,9 @@
|
||||||
|
|
||||||
#ifndef BINDING_UTIL_H
|
#ifndef BINDING_UTIL_H
|
||||||
#define BINDING_UTIL_H
|
#define BINDING_UTIL_H
|
||||||
|
extern "C" {
|
||||||
#include <ruby.h>
|
#include <ruby.h>
|
||||||
|
}
|
||||||
#include "exception.h"
|
#include "exception.h"
|
||||||
|
|
||||||
enum RbException
|
enum RbException
|
||||||
|
|
Loading…
Reference in New Issue