From 20f77d19d5c67309829fe1845ba021369ec92d95 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 17 Feb 2017 22:32:43 +0100 Subject: [PATCH] Enabled build on Ruby 2.2. --- src/rba/rbaUtils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rba/rbaUtils.cc b/src/rba/rbaUtils.cc index 8033beab1..45325e2b6 100644 --- a/src/rba/rbaUtils.cc +++ b/src/rba/rbaUtils.cc @@ -26,7 +26,7 @@ #include "rba.h" #include "rbaUtils.h" -#if HAVE_RUBY_VERSION_CODE >= 20300 +#if HAVE_RUBY_VERSION_CODE >= 20200 # include #endif