Skip to content

Commit 7f4a5bb

Browse files
authored
Update Logging.h
Including missing Core/Rand.h.
1 parent 9dbd922 commit 7f4a5bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Logging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#pragma once
99
#include "Keyboard.h"
1010
#include <Core/FolderHelper.h>
11+
#include <Core/Rand.h>
1112
#include <fstream>
1213

1314
enum class LogMode { None, Record, Replay };

0 commit comments

Comments
 (0)