From dc78ca4137dd2f11525054623fda5ca8aa7e952e Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 8 Jan 2011 16:48:20 -0800 Subject: [PATCH] Revert "orc.h: remove stdint.h from includes" This reverts commit 2ecfd3f1138875bd57a17bb0fb0a123f28c118d7. --- orc/orc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/orc/orc.h b/orc/orc.h index d6e8bc6..3f711be 100644 --- a/orc/orc.h +++ b/orc/orc.h @@ -3,6 +3,7 @@ #define _ORC_ORC_H_ #include +#include #include #include #include -- 2.7.4