mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix build break
This commit is contained in:
parent
adad34118e
commit
f6acab8562
@ -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"
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user