From: bdemsky Date: Mon, 28 Feb 2011 21:48:36 +0000 (+0000) Subject: missing include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec8ddb8736c6e66d3399f2b98a78138c13ada748;p=IRC.git missing include --- diff --git a/Robust/src/Runtime/runtime.h b/Robust/src/Runtime/runtime.h index a0ad41f1..b02fc179 100644 --- a/Robust/src/Runtime/runtime.h +++ b/Robust/src/Runtime/runtime.h @@ -1,5 +1,6 @@ #ifndef RUNTIME #define RUNTIME +#include #ifndef MULTICORE #include extern jmp_buf error_handler;