From 9544b5c13e1a19cb8b6aa3a360e4b7b3891ae3bd Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Tue, 29 Jun 2010 01:48:12 +0000 Subject: [PATCH] Include assert.h since assert is used. --- lib/Connection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Connection.h b/lib/Connection.h index 37800dc0a..d6f95e7c3 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -6,6 +6,7 @@ #include #include #include //XXX this is in namespace std if you want w/o use typeinfo.h? +#include #include #include