Added include <assert.h>

This commit is contained in:
Federico Ponchio 2004-10-01 16:00:12 +00:00
parent 560a0fd53b
commit f51fcfcd5f
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$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
Backup.
@ -38,6 +41,8 @@ Created
#ifndef NXS_VERTEX_REMAP_H
#define NXS_VERTEX_REMAP_H
#include <assert.h>
#include <string>
#include "vfile.h"
#include "mfhash.h"

View File

@ -24,6 +24,9 @@
History
$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
Improved efficience in operator[]
@ -72,6 +75,7 @@ Created
#include <windows.h>
#endif
#include <assert.h>
#include <errno.h>
//#include <hash_map>
#include <map>