Fix: Incorrect include path for timers. (#11351)

This commit is contained in:
Peter Nelson
2023-10-04 17:02:16 +01:00
committed by GitHub
parent 7145b7060a
commit d1a94d75e1
7 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
#ifndef TIMER_MANAGER_H
#define TIMER_MANAGER_H
#include "stdafx.h"
#include "../stdafx.h"
template <typename TTimerType>
class BaseTimer;