mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
minor
This commit is contained in:
parent
6b574fdb8d
commit
97fcd934f6
@ -19,9 +19,7 @@
|
|||||||
#ifndef VECTOR_INT_H
|
#ifndef VECTOR_INT_H
|
||||||
#define VECTOR_INT_H
|
#define VECTOR_INT_H
|
||||||
|
|
||||||
#include <dtoolbase.h>
|
#include "dtoolbase.h"
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : vector_int
|
// Class : vector_int
|
||||||
@ -37,7 +35,7 @@
|
|||||||
#define TYPE int
|
#define TYPE int
|
||||||
#define NAME vector_int
|
#define NAME vector_int
|
||||||
|
|
||||||
#include <vector_src.h>
|
#include "vector_src.h"
|
||||||
|
|
||||||
// Tell GCC that we'll take care of the instantiation explicitly here.
|
// Tell GCC that we'll take care of the instantiation explicitly here.
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user