From 21fa7890ce3a680a1d62aef20ad828dc20ce8bcb Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Thu, 5 Jun 2008 14:05:23 +0000 Subject: [PATCH] GCC 4.3 missing includes Easy fixes from Peter git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1009 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/voicemail/AmSmtpClient.cpp | 1 + core/AmArg.h | 1 + core/AmSipMsg.cpp | 3 ++- core/plug-in/stats/query_stats.c | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/voicemail/AmSmtpClient.cpp b/apps/voicemail/AmSmtpClient.cpp index 7a180252..44b055af 100644 --- a/apps/voicemail/AmSmtpClient.cpp +++ b/apps/voicemail/AmSmtpClient.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include "AmSmtpClient.h" #include "AmUtils.h" diff --git a/core/AmArg.h b/core/AmArg.h index 43dd32a0..4f9ff9ed 100644 --- a/core/AmArg.h +++ b/core/AmArg.h @@ -30,6 +30,7 @@ #include #include +#include #include using std::vector; diff --git a/core/AmSipMsg.cpp b/core/AmSipMsg.cpp index 1642e1ae..1a56281b 100644 --- a/core/AmSipMsg.cpp +++ b/core/AmSipMsg.cpp @@ -1,4 +1,5 @@ - +#include +#include #include "AmSipMsg.h" diff --git a/core/plug-in/stats/query_stats.c b/core/plug-in/stats/query_stats.c index 3823f4e3..674f16cd 100644 --- a/core/plug-in/stats/query_stats.c +++ b/core/plug-in/stats/query_stats.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include