diff --git a/core/utils/src/SelectionRules.cxx b/core/utils/src/SelectionRules.cxx
index feaa36eb47183c4915f5c47b1dbe55f180299bc1..9f44145c7dde987a00e643b29642013205e8547a 100644
--- a/core/utils/src/SelectionRules.cxx
+++ b/core/utils/src/SelectionRules.cxx
@@ -16,9 +16,9 @@ The class representing the collection of selection rules.
 #include <iostream>
 #include <sstream>
 #include <algorithm>
-#include "fnmatch.h"
+#include <fnmatch.h>
+#include "Rtypes.h"
 #include "SelectionRules.h"
-#include "TString.h"
 #include "llvm/Support/raw_ostream.h"
 #include "clang/Basic/SourceLocation.h"
 #include "clang/Basic/SourceManager.h"