From 9117528f5f086bf611a278d8b56885c93d55ed07 Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Thu, 12 Jan 2017 14:27:24 +0100
Subject: [PATCH] Missing #include.

---
 main/src/rootcling.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/src/rootcling.cxx b/main/src/rootcling.cxx
index 833176e7209..77ce093963e 100644
--- a/main/src/rootcling.cxx
+++ b/main/src/rootcling.cxx
@@ -13,6 +13,7 @@
 #include "rootcling_impl.h"
 #include "RConfigure.h"
 #include "RConfig.h"
+#include "TSystem.h"
 
 extern "C" {
    R__DLLEXPORT void usedToIdentifyRootClingByDlSym() {}
-- 
GitLab