diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-01-21 16:07:02 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-01-22 15:38:17 -0500 |
| commit | cbb19322557671a23b6643ce9079594c7eec716b (patch) | |
| tree | cf068494e2d1ab50eaa593dc6131124d2af8fb61 /include/framework/reconstruction/ReconstructionPolicy.h | |
| parent | 6c906c94e1eea6d4356b8c99b93da39029e8d95d (diff) | |
| download | dynamic-extension-cbb19322557671a23b6643ce9079594c7eec716b.tar.gz | |
Finished rename of Epoch to Version + imported changes to psudb-common
Diffstat (limited to 'include/framework/reconstruction/ReconstructionPolicy.h')
| -rw-r--r-- | include/framework/reconstruction/ReconstructionPolicy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/reconstruction/ReconstructionPolicy.h b/include/framework/reconstruction/ReconstructionPolicy.h index 2c737de..48bddcf 100644 --- a/include/framework/reconstruction/ReconstructionPolicy.h +++ b/include/framework/reconstruction/ReconstructionPolicy.h @@ -14,7 +14,7 @@ #include "util/types.h" #include "framework/structure/ExtensionStructure.h" -#include "framework/scheduling/Epoch.h" +#include "framework/scheduling/Version.h" namespace de { template<ShardInterface ShardType, QueryInterface<ShardType> QueryType> |