fix build break

This commit is contained in:
David Rose 2002-06-20 17:22:38 +00:00
parent adad34118e
commit f6acab8562
3 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#include <pandabase.h> #include <pandabase.h>
#include <math.h> #include <math.h>
#include "lmatrix.h" #include "lmatrix.h"
#include "luse.h" #include "lvector3.h"
#include "fltnames.h" #include "fltnames.h"
#include "compose_matrix_src.h" #include "compose_matrix_src.h"

View File

@ -25,6 +25,7 @@
#include "nearly_zero.h" #include "nearly_zero.h"
#include "cmath.h" #include "cmath.h"
#include "deg_2_rad.h" #include "deg_2_rad.h"
#include "compose_matrix.h"
#include <notify.h> #include <notify.h>

View File

@ -17,7 +17,8 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "config_linmath.h" #include "config_linmath.h"
#include "compose_matrix_src.h" #include "lmatrix.h"
#include "luse.h"
TypeHandle FLOATNAME(LQuaternion)::_type_handle; TypeHandle FLOATNAME(LQuaternion)::_type_handle;