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
+3 -2
View File
@@ -12,13 +12,14 @@
#include "Font.h"
#include "IniFile.h"
#include <stdio.h>
#include "RageTextureManager.h"
#include "RageUtil.h"
#include "RageLog.h"
#include "RageException.h"
#include <stdio.h>
#include <assert.h>
Font::Font( const CString &sFontFilePath )
{