Author: astitcher Date: Tue May 26 22:39:05 2009 New Revision: 778914 URL: http://svn.apache.org/viewvc?rev=778914&view=rev Log: Small include file fix highlighted by using gcc4.4
Modified: qpid/trunk/qpid/cpp/src/qmf/Message.h Modified: qpid/trunk/qpid/cpp/src/qmf/Message.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qmf/Message.h?rev=778914&r1=778913&r2=778914&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qmf/Message.h (original) +++ qpid/trunk/qpid/cpp/src/qmf/Message.h Tue May 26 22:39:05 2009 @@ -20,7 +20,7 @@ * under the License. */ -#include <string> +#include "qpid/sys/IntegerTypes.h" namespace qmf { --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org