cmake: Add various missing header includes.

This commit is contained in:
kestred 2013-12-21 15:37:24 -07:00
parent f3d7a325ab
commit 89f8f2f12a
5 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@
// This module is not compiled if OpenSSL is not available.
#ifdef HAVE_OPENSSL
#include "httpChannel.h"
////////////////////////////////////////////////////////////////////
// Function: IIdentityStream::Destructor

View File

@ -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

View File

@ -20,6 +20,7 @@
#include "pnotify.h"
#include "openssl/evp.h"
#include "memoryHook.h"
////////////////////////////////////////////////////////////////////
// Function: password_hash

View File

@ -14,6 +14,7 @@
#include "virtualFileMount.h"
#include "virtualFileSimple.h"
#include "virtualFileSystem.h"
#include "zStream.h"
TypeHandle VirtualFileMount::_type_handle;

View File

@ -15,6 +15,7 @@
#include "virtualFileSimple.h"
#include "virtualFileMount.h"
#include "virtualFileList.h"
#include "dcast.h"
TypeHandle VirtualFileSimple::_type_handle;