check_recency: update/add documentation comments
[model-checker.git] / datarace.cc
index c70d41897f4fd5c4ff9c68f3daf96d4ed6240ba6..1ec43be4e8cb72dc246782635fd6497ac8e6ffb3 100644 (file)
@@ -6,6 +6,7 @@
 #include "mymemory.h"
 #include "clockvector.h"
 #include "config.h"
+#include "action.h"
 
 struct ShadowTable *root;
 std::vector<struct DataRace *> unrealizedraces;