From 51ef9039beb816094f21a3613e44d50d75319f91 Mon Sep 17 00:00:00 2001
From: Vassil Vassilev <vvasilev@cern.ch>
Date: Thu, 19 Jan 2017 21:49:04 +0100
Subject: [PATCH] Missing include.

---
 core/textinput/src/Getline.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/textinput/src/Getline.cxx b/core/textinput/src/Getline.cxx
index 225cdd87e19..9a4f40d555d 100644
--- a/core/textinput/src/Getline.cxx
+++ b/core/textinput/src/Getline.cxx
@@ -22,6 +22,7 @@
 #include "textinput/Callbacks.h"
 #include "Getline_color.h"
 #include "TApplication.h"
+#include "TInterpreter.h"
 
 extern "C" {
    int (* Gl_in_key)(int ch) = 0;
-- 
GitLab