add missing header
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "RageLog.h"
|
||||
#include "RageSound.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageSoundManager.h"
|
||||
#include "archutils/win32/tls.h"
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "RageLog.h"
|
||||
#include "RageSound.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageSoundManager.h"
|
||||
|
||||
#include "SDL_utils.h"
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "RageSound.h"
|
||||
#include <time.h>
|
||||
#include "RageSoundDriver.h"
|
||||
#include "RageThreads.h"
|
||||
|
||||
class RageSound_Null: public RageSoundDriver
|
||||
{
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "RageSound.h"
|
||||
#include "RageUtil.h"
|
||||
#include "archutils/win32/tls.h"
|
||||
#include "RageSoundManager.h"
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user