From ccdbf6931857aace1e0e73bc1966979961acb9b0 Mon Sep 17 00:00:00 2001 From: Paul Cadach Date: Fri, 22 Sep 2006 04:54:41 +0000 Subject: [PATCH] Add missing include git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43472 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/caps_h323.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/channels/h323/caps_h323.cxx b/channels/h323/caps_h323.cxx index 573d24b90e..2cbb743dd4 100644 --- a/channels/h323/caps_h323.cxx +++ b/channels/h323/caps_h323.cxx @@ -1,5 +1,6 @@ #include #include +#include #include "caps_h323.h" #define DEFINE_G711_CAPABILITY(cls, code, capName) \