Author: sayer Date: 2009-04-23 16:13:32 +0200 (Thu, 23 Apr 2009) New Revision: 1355
Modified: trunk/apps/diameter_client/ServerConnection.h Log: missing header added, allows to build with gcc4.4. Patch by Peter Lemenkov Modified: trunk/apps/diameter_client/ServerConnection.h =================================================================== --- trunk/apps/diameter_client/ServerConnection.h 2009-04-05 05:29:43 UTC (rev 1354) +++ trunk/apps/diameter_client/ServerConnection.h 2009-04-23 14:13:32 UTC (rev 1355) @@ -38,6 +38,7 @@ #include <vector> #include <map> #include <utility> +#include <stdint.h> using std::string; using std::vector; using std::map; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
