Add missing assert.h.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user