Added include <assert.h>
This commit is contained in:
parent
560a0fd53b
commit
f51fcfcd5f
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.3 2004/07/02 17:41:37 ponchio
|
||||||
|
Debug.
|
||||||
|
|
||||||
Revision 1.2 2004/07/02 13:02:00 ponchio
|
Revision 1.2 2004/07/02 13:02:00 ponchio
|
||||||
Backup.
|
Backup.
|
||||||
|
|
||||||
|
@ -38,6 +41,8 @@ Created
|
||||||
#ifndef NXS_VERTEX_REMAP_H
|
#ifndef NXS_VERTEX_REMAP_H
|
||||||
#define NXS_VERTEX_REMAP_H
|
#define NXS_VERTEX_REMAP_H
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "vfile.h"
|
#include "vfile.h"
|
||||||
#include "mfhash.h"
|
#include "mfhash.h"
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.10 2004/09/30 23:56:33 ponchio
|
||||||
|
Backup (added strips and normals)
|
||||||
|
|
||||||
Revision 1.9 2004/07/20 14:04:32 ponchio
|
Revision 1.9 2004/07/20 14:04:32 ponchio
|
||||||
Improved efficience in operator[]
|
Improved efficience in operator[]
|
||||||
|
|
||||||
|
@ -72,6 +75,7 @@ Created
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
//#include <hash_map>
|
//#include <hash_map>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
Loading…
Reference in New Issue