general: Fix missing includes.

This commit is contained in:
Sam Edwards 2016-03-15 18:29:22 -07:00
parent f0bed9ab1c
commit 6b8f78c9e0
3 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* @date 2005-06-02
*/
#include "colorInterpolationManager.h"
#include "mathNumbers.h"
TypeHandle ColorInterpolationFunction::_type_handle;

View File

@ -16,6 +16,8 @@
#include "filename.h"
#include "pnmImage.h"
#include FT_OUTLINE_H
/**
* The constructor expects the name of some font file that FreeType can read,
* along with face_index, indicating which font within the file to load

View File

@ -42,6 +42,7 @@
// #include "renderModeAttrib.h" #include "antialiasAttrib.h"
#include "colorAttrib.h"
#include "textureAttrib.h"
#include "transparencyAttrib.h"
TypeHandle DynamicTextFont::_type_handle;