Fix: Incorrect include path for timers. (#11351)
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
* This file implements the timer logic for the Window system.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "../stdafx.h"
|
||||
#include "timer.h"
|
||||
#include "timer_window.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
#include "../safeguards.h"
|
||||
|
||||
template<>
|
||||
void IntervalTimer<TimerWindow>::Elapsed(TimerWindow::TElapsed delta)
|
||||
|
||||
Reference in New Issue
Block a user