From c3292c3390a13dec2409a0931a6480ddb5de4dde Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 19 Jun 2012 10:04:58 -0700 Subject: [PATCH] cyclegraph: make this compile... You need 'inttypes' for 'uintptr_t' --- cyclegraph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cyclegraph.h b/cyclegraph.h index ed53417..818a3e8 100644 --- a/cyclegraph.h +++ b/cyclegraph.h @@ -4,6 +4,7 @@ #include "hashtable.h" #include "action.h" #include +#include class CycleNode; -- 2.34.1