This commit is contained in:
Vaxry 2025-12-18 16:45:26 +00:00
parent df20e24583
commit e3fc75e91b
Signed by: vaxry
GPG key ID: 665806380871D640
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
#include "../DesktopTypes.hpp"
#include <vector>
namespace Desktop::History {
class CWindowHistoryTracker {
public:

View file

@ -5,6 +5,8 @@
#include "../../macros.hpp"
#include "../../helpers/MiscFunctions.hpp"
#include <vector>
namespace Desktop::History {
class CWorkspaceHistoryTracker {
public: