From 0edbe936778a8c52c66735faec6d03d93d86e0a8 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 30 Oct 2008 22:45:58 +0000 Subject: Add Windows pieces for building the broker; resolves QPID-1338 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709271 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid') diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 2cee7d8a99..a239987c0e 100644 --- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp @@ -22,7 +22,7 @@ // This source is only used on Windows; SSPI is the Windows mechanism for // accessing authentication mechanisms, analogous to Cyrus SASL. -#include "Connection.h" +#include "qpid/broker/Connection.h" #include "qpid/log/Statement.h" #include "qpid/framing/reply_exceptions.h" -- cgit v1.2.1