projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963f325
)
cyclegraph: bugfix - allow to compile with SUPPORT_MOD_ORDER_DUMP
author
Brian Norris
<banorris@uci.edu>
Wed, 27 Feb 2013 23:43:21 +0000
(15:43 -0800)
committer
Brian Norris
<banorris@uci.edu>
Wed, 27 Feb 2013 23:44:20 +0000
(15:44 -0800)
I missed an include that is only used for the mod-order dump support
code.
cyclegraph.cc
patch
|
blob
|
history
diff --git
a/cyclegraph.cc
b/cyclegraph.cc
index eeec66520c34d19d1f3d63539ce0c01a7109814b..1dbb12d9d25e2179895554817133b1c0267f179d 100644
(file)
--- a/
cyclegraph.cc
+++ b/
cyclegraph.cc
@@
-3,6
+3,7
@@
#include "common.h"
#include "promise.h"
#include "model.h"
+#include "threads-model.h"
/** Initializes a CycleGraph object. */
CycleGraph::CycleGraph() :