Skip to content

Commit

Permalink
Get MacOS compiling again
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisoi committed Jan 12, 2025
1 parent 5980f7f commit 28a6af3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rice/rice.hpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
#ifndef Rice__hpp_
#define Rice__hpp_

// Ruby
#include "detail/ruby.hpp"

// C++ headers -h has to come after Ruby on MacOS for reasons I do not understand
#include <cstdio>
#include <string>
#include <typeinfo>
#include <typeindex>
#include <string>

// Traits
#include "detail/ruby.hpp"
#include "traits/rice_traits.hpp"
#include "traits/function_traits.hpp"
#include "traits/method_traits.hpp"
Expand Down

0 comments on commit 28a6af3

Please sign in to comment.