diff options
Diffstat (limited to 'logic/pipeline.cpp')
-rw-r--r-- | logic/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index 9b490f44..4ebc265e 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -30,7 +30,7 @@ using namespace euler; using namespace time_units; -using namespace gui_tracker_impl; +using namespace pipeline_impl; static constexpr inline double r2d = 180. / M_PI; static constexpr inline double d2r = M_PI / 180.; |