Skip to content

Commit 87b3d00

Browse files
committed
Include Common.hpp in the mp_configs_verifyer and mp_screenshot_info
1 parent 9e20b3f commit 87b3d00

File tree

2 files changed

+2
-0
lines changed
  • src/utils

2 files changed

+2
-0
lines changed

src/utils/mp_configs_verifyer/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include "Common/Platform.hpp"
4+
#include "Common/Common.hpp"
45
#include "xrCore/xrCore.h"
56
#include "xrCore/LocatorAPI.h"
67
#include "xrCore/ppmd_compressor.h"

src/utils/mp_screenshots_info/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include "Common/Platform.hpp"
4+
#include "Common/Common.hpp"
45
#include "xrCore/xrCore.h"
56
#include "xrCore/LocatorAPI.h"
67

0 commit comments

Comments
 (0)