summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/TimeUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/TimeUI.cpp')
-rw-r--r--sigmodr/widgets/TimeUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/widgets/TimeUI.cpp b/sigmodr/widgets/TimeUI.cpp
index 8af23087..82677f49 100644
--- a/sigmodr/widgets/TimeUI.cpp
+++ b/sigmodr/widgets/TimeUI.cpp
@@ -19,7 +19,7 @@
#include "TimeUI.h"
// Sigmod includes
-#include "../sigmod/Time.h"
+#include <sigmod/Time.h>
Sigmodr::TimeUI::TimeUI(Sigmod::Time* time, QWidget* parent) :
ObjectUI(parent)