mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
fix build break on Irix
This commit is contained in:
parent
86c1f62b77
commit
afdcd6c930
@ -36,6 +36,12 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "lmatrix.h"
|
#include "lmatrix.h"
|
||||||
#include "lvector3.h"
|
#include "lvector3.h"
|
||||||
|
#include "lvector2.h"
|
||||||
|
#include "lpoint3.h"
|
||||||
|
#include "lpoint2.h"
|
||||||
|
#include "lmat_ops.h"
|
||||||
|
#include "lvec2_ops.h"
|
||||||
|
#include "lvec3_ops.h"
|
||||||
|
|
||||||
#include "fltnames.h"
|
#include "fltnames.h"
|
||||||
#include "compose_matrix_src.h"
|
#include "compose_matrix_src.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user