@@ -16,6 +16,7 @@
// This module is not compiled if OpenSSL is not available.
#ifdef HAVE_OPENSSL
+#include "httpChannel.h"
////////////////////////////////////////////////////////////////////
// Function: IIdentityStream::Destructor
#ifndef HAVE_STREAMSIZE
// Some compilers (notably SGI) don't define this for us
@@ -20,6 +20,7 @@
#include "pnotify.h"
#include "openssl/evp.h"
+#include "memoryHook.h"
// Function: password_hash
@@ -14,6 +14,7 @@
#include "virtualFileMount.h"
#include "virtualFileSimple.h"
+#include "virtualFileSystem.h"
#include "zStream.h"
TypeHandle VirtualFileMount::_type_handle;
@@ -15,6 +15,7 @@
#include "virtualFileList.h"
+#include "dcast.h"
TypeHandle VirtualFileSimple::_type_handle;