cmake: Add various missing header includes.
This commit is contained in:
parent
f3d7a325ab
commit
89f8f2f12a
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
// This module is not compiled if OpenSSL is not available.
|
||||
#ifdef HAVE_OPENSSL
|
||||
#include "httpChannel.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: IIdentityStream::Destructor
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
// This module is not compiled if OpenSSL is not available.
|
||||
#ifdef HAVE_OPENSSL
|
||||
#include "httpChannel.h"
|
||||
|
||||
#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 "virtualFileSimple.h"
|
||||
#include "virtualFileMount.h"
|
||||
#include "virtualFileList.h"
|
||||
#include "dcast.h"
|
||||
|
||||
TypeHandle VirtualFileSimple::_type_handle;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue