Merge pull request #6193 from lioncash/incguard

nvidia_flags: Add missing header guard
merge-requests/60/head
bunnei 2021-04-12 16:59:02 +07:00 committed by GitHub
commit 7f06276192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
namespace Common { namespace Common {
/// Configure platform specific flags for Nvidia's driver /// Configure platform specific flags for Nvidia's driver