Fixed incorrect slash in header include
This commit is contained in:
parent
2b808be027
commit
8e716cdc64
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "core\mem_map.h"
|
||||
#include "core/mem_map.h"
|
||||
|
||||
|
||||
namespace HID {
|
||||
|
|
Loading…
Reference in a new issue