fix build break
This commit is contained in:
parent
adad34118e
commit
f6acab8562
|
|
@ -35,7 +35,7 @@
|
|||
#include <pandabase.h>
|
||||
#include <math.h>
|
||||
#include "lmatrix.h"
|
||||
#include "luse.h"
|
||||
#include "lvector3.h"
|
||||
|
||||
#include "fltnames.h"
|
||||
#include "compose_matrix_src.h"
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include "nearly_zero.h"
|
||||
#include "cmath.h"
|
||||
#include "deg_2_rad.h"
|
||||
#include "compose_matrix.h"
|
||||
|
||||
#include <notify.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@
|
|||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "config_linmath.h"
|
||||
#include "compose_matrix_src.h"
|
||||
#include "lmatrix.h"
|
||||
#include "luse.h"
|
||||
|
||||
TypeHandle FLOATNAME(LQuaternion)::_type_handle;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue