X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.cc;h=1de548ccdb93ccd41a2a0248a49be2937dd87f01;hb=e7c0c2dc248559b307122db7923df35f7c6d957e;hp=a8f282a8b32efdb96d1d248570fc8b7574af92f7;hpb=c399a44cb63c43c83c11fe6cfab02889896ecff1;p=model-checker.git diff --git a/threads.cc b/threads.cc index a8f282a..1de548c 100644 --- a/threads.cc +++ b/threads.cc @@ -7,6 +7,7 @@ #include #include "common.h" #include "threads-model.h" +#include "action.h" /* global "model" object */ #include "model.h"