rename threads.h -> threads-model.h
[c11tester.git] / mutex.cc
index 51315d94bbf3081959c4c59d1d4c6af727f4a7ea..ce747351d09d328708d5410874f77eb40725df1e 100644 (file)
--- a/mutex.cc
+++ b/mutex.cc
@@ -1,5 +1,7 @@
 #include "mutex.h"
 #include "model.h"
+#include "threads-model.h"
+#include "clockvector.h"
 
 namespace std {
 mutex::mutex() {