Add missing headers to panda/putil (when doing non-composite builds).

This commit is contained in:
kestred 2014-01-19 11:37:25 -07:00
parent 1cf0b5d78c
commit 07b7f5de5d
8 changed files with 16 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include "bamCache.h"
#include "bamCacheIndex.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "hashVal.h"
#include "datagramInputFile.h"
#include "datagramOutputFile.h"

View File

@ -13,6 +13,9 @@
////////////////////////////////////////////////////////////////////
#include "bamCacheIndex.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "config_util.h" // util_cat
#include "indent.h"
#include <algorithm>

View File

@ -13,9 +13,12 @@
////////////////////////////////////////////////////////////////////
#include "bamCacheRecord.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "virtualFileSystem.h"
#include "virtualFile.h"
#include "indent.h"
#include "config_util.h" // util_cat
TypeHandle BamCacheRecord::_type_handle;

View File

@ -14,6 +14,8 @@
#include "bitArray.h"
#include "sparseArray.h"
#include "datagram.h"
#include "datagramIterator.h"
TypeHandle BitArray::_type_handle;

View File

@ -21,6 +21,8 @@
#include "filename.h"
#include "fileReference.h"
#include "virtualFile.h"
#include "virtualFileSystem.h"
#include "config_util.h"
////////////////////////////////////////////////////////////////////
// Class : DatagramOutputFile

View File

@ -18,6 +18,7 @@
#include "py_panda.h"
#include "thread.h"
#include "callbackData.h"
#include "config_util.h"
TypeHandle PythonCallbackObject::_type_handle;

View File

@ -14,6 +14,8 @@
#include "sparseArray.h"
#include "bitArray.h"
#include "datagram.h"
#include "datagramIterator.h"
TypeHandle SparseArray::_type_handle;

View File

@ -13,6 +13,7 @@
////////////////////////////////////////////////////////////////////
#include "typedWritableReferenceCount.h"
#include "dcast.h"
TypeHandle TypedWritableReferenceCount::_type_handle;