From 5ba0ce88ba0012d37bffc5cb86e7ce88a70a753a Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Tue, 14 Nov 2006 04:05:55 +0000 Subject: [PATCH] changeses to allow us to use WIN32_LEAN_AND_MEAN --- panda/src/downloader/bioStreamBuf.cxx | 1 + panda/src/downloader/httpChannel.cxx | 1 + panda/src/pstatclient/pStatClientImpl.cxx | 1 + 3 files changed, 3 insertions(+) diff --git a/panda/src/downloader/bioStreamBuf.cxx b/panda/src/downloader/bioStreamBuf.cxx index d2b1ba8f77..2c907fdb16 100644 --- a/panda/src/downloader/bioStreamBuf.cxx +++ b/panda/src/downloader/bioStreamBuf.cxx @@ -24,6 +24,7 @@ #ifdef HAVE_OPENSSL #ifdef WIN32_VC + #include #include // for WSAGetLastError() #undef X509_NAME #endif // WIN32_VC diff --git a/panda/src/downloader/httpChannel.cxx b/panda/src/downloader/httpChannel.cxx index deb9e0c9e0..92494a3b98 100644 --- a/panda/src/downloader/httpChannel.cxx +++ b/panda/src/downloader/httpChannel.cxx @@ -30,6 +30,7 @@ #include "openssl/x509.h" #ifdef WIN32_VC + #include #include // for select() #undef X509_NAME #endif // WIN32_VC diff --git a/panda/src/pstatclient/pStatClientImpl.cxx b/panda/src/pstatclient/pStatClientImpl.cxx index d968205496..56cc4ea32e 100644 --- a/panda/src/pstatclient/pStatClientImpl.cxx +++ b/panda/src/pstatclient/pStatClientImpl.cxx @@ -33,6 +33,7 @@ #include #ifdef WIN32_VC +#include #include #endif