X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=threads-model.h;h=5fc6d675aba6a9f05b132ded2ad2aed0ad6250d5;hp=ef2c9e10433559c519d1d6062963e2dd6b342f91;hb=1da45a14f1affce44fd050d4ddf63c9264526dbb;hpb=ed73252cff03383a802a9608a97e5234bc90fcc4 diff --git a/threads-model.h b/threads-model.h index ef2c9e1..5fc6d67 100644 --- a/threads-model.h +++ b/threads-model.h @@ -5,13 +5,13 @@ #ifndef __THREADS_MODEL_H__ #define __THREADS_MODEL_H__ -#include #include #include "mymemory.h" #include #include "modeltypes.h" #include "stl-model.h" +#include "context.h" struct thread_params { thrd_start_t func;