diff --git a/Source/Core/DolphinQt2/Config/CheatCodeEditor.h b/Source/Core/DolphinQt2/Config/CheatCodeEditor.h index a586790571..38344f7221 100644 --- a/Source/Core/DolphinQt2/Config/CheatCodeEditor.h +++ b/Source/Core/DolphinQt2/Config/CheatCodeEditor.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include class QDialogButtonBox; diff --git a/Source/Core/DolphinQt2/Config/Mapping/MappingIndicator.h b/Source/Core/DolphinQt2/Config/Mapping/MappingIndicator.h index c563fb2880..62baf47250 100644 --- a/Source/Core/DolphinQt2/Config/Mapping/MappingIndicator.h +++ b/Source/Core/DolphinQt2/Config/Mapping/MappingIndicator.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include namespace ControllerEmu