Merge pull request #8201 from lioncash/guard

General: Add missing header guards
This commit is contained in:
JosJuice 2019-06-18 07:29:08 +02:00 committed by GitHub
commit ac562279c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
#include "Common/CommonTypes.h"

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <variant>
namespace detail

View File

@ -31,6 +31,8 @@
// the TAP-Win32 driver and contains definitions
// common to both.
//===============================================
#pragma once
#include <windows.h>
#include <stdlib.h>
#include <winioctl.h>

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <memory>
#include <string>
#include <vector>