Add missing assert.h.

This commit is contained in:
Glenn Maynard
2002-08-23 01:06:36 +00:00
parent c4cbd08c05
commit b841bd7e82
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -10,11 +10,12 @@
-----------------------------------------------------------------------------
*/
#include <math.h>
#include <assert.h>
#include "Sprite.h"
#include "RageTextureManager.h"
#include "IniFile.h"
#include <math.h>
#include "RageLog.h"
#include "RageException.h"
#include "PrefsManager.h"