From 8c2497e84d1d0884a27e1cf1ec673aaaefdce49d Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 20 Sep 2012 09:42:14 -0700 Subject: [PATCH] fix compilation (includes) --- nodestack.cc | 2 ++ schedule.cc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/nodestack.cc b/nodestack.cc index 715dbb2..86d7f6b 100644 --- a/nodestack.cc +++ b/nodestack.cc @@ -1,3 +1,5 @@ +#include + #include "nodestack.h" #include "action.h" #include "common.h" diff --git a/schedule.cc b/schedule.cc index 8883d2a..10a335c 100644 --- a/schedule.cc +++ b/schedule.cc @@ -1,3 +1,6 @@ +#include +#include + #include "threads.h" #include "schedule.h" #include "common.h" -- 2.34.1