projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857205e
)
cyclegraph: make this compile...
author
Brian Norris
<banorris@uci.edu>
Tue, 19 Jun 2012 17:04:58 +0000
(10:04 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 19 Jun 2012 17:04:58 +0000
(10:04 -0700)
You need 'inttypes' for 'uintptr_t'
cyclegraph.h
patch
|
blob
|
history
diff --git
a/cyclegraph.h
b/cyclegraph.h
index ed534170fd339ee42427535d38e3979e6d4cf496..818a3e88f3afca519cbff27e8d4310f485e130ff 100644
(file)
--- a/
cyclegraph.h
+++ b/
cyclegraph.h
@@
-4,6
+4,7
@@
#include "hashtable.h"
#include "action.h"
#include <vector>
+#include <inttypes.h>
class CycleNode;