nvidia_flags: Add missing header guard

Prevents potential inclusion compilation errors.
merge-requests/60/head
Lioncash 2021-04-12 19:18:44 +07:00
parent 8e7734bf40
commit ff6a83e0fe
1 changed files with 2 additions and 0 deletions

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