From 5609a40db3a70b0aedef1b5874c2853fbf782ee4 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 3 Jun 2017 02:44:55 -0700 Subject: [PATCH] revert this change. it doesn't pass the linter, but it does actually work --- src/Kaleidoscope/Syster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope/Syster.cpp b/src/Kaleidoscope/Syster.cpp index f729bc25..d511fb41 100644 --- a/src/Kaleidoscope/Syster.cpp +++ b/src/Kaleidoscope/Syster.cpp @@ -18,7 +18,7 @@ #include -using KaleidoscopePlugins::Ranges; +using namespace KaleidoscopePlugins::Ranges; namespace KaleidoscopePlugins { // --- state ---