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