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 )
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "RageTexture.h"
|
||||
#include "RageUtil.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// RageTexture constructor
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user