summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/Task.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-01-21 16:07:02 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2025-01-22 15:38:17 -0500
commitcbb19322557671a23b6643ce9079594c7eec716b (patch)
treecf068494e2d1ab50eaa593dc6131124d2af8fb61 /include/framework/scheduling/Task.h
parent6c906c94e1eea6d4356b8c99b93da39029e8d95d (diff)
downloaddynamic-extension-cbb19322557671a23b6643ce9079594c7eec716b.tar.gz
Finished rename of Epoch to Version + imported changes to psudb-common
Diffstat (limited to 'include/framework/scheduling/Task.h')
-rw-r--r--include/framework/scheduling/Task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/scheduling/Task.h b/include/framework/scheduling/Task.h
index 1ab35d2..197e8bf 100644
--- a/include/framework/scheduling/Task.h
+++ b/include/framework/scheduling/Task.h
@@ -17,7 +17,7 @@
#include <functional>
#include <future>
-#include "framework/scheduling/Epoch.h"
+#include "framework/scheduling/Version.h"
#include "framework/scheduling/statistics.h"
#include "util/types.h"