aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/ruby_generator.cc
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-16 06:39:58 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-16 06:39:58 +0100
commit36f5323846c2edbf2683491a8db4c2f7ad271065 (patch)
tree5028994bc4a46a4ce79a779eb68cf13cd31e6bbd /src/compiler/ruby_generator.cc
parentf5c5d80968a466ceb999fe51cb33e6dc871b762e (diff)
Fixing includes inconsistency.
Diffstat (limited to 'src/compiler/ruby_generator.cc')
-rw-r--r--src/compiler/ruby_generator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/ruby_generator.cc b/src/compiler/ruby_generator.cc
index 7795515b34..393f8f3b59 100644
--- a/src/compiler/ruby_generator.cc
+++ b/src/compiler/ruby_generator.cc
@@ -32,6 +32,7 @@
*/
#include <cctype>
+#include <string>
#include <map>
#include <vector>