Skip to content
Permalink
Browse files
Merge pull request #8201 from lioncash/guard
General: Add missing header guards
  • Loading branch information
JosJuice committed Jun 18, 2019
2 parents b3525ad + 2714ba2 commit ac56227
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>

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

#pragma once

#include <variant>

namespace detail
@@ -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>
@@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <memory>
#include <string>
#include <vector>

0 comments on commit ac56227

Please sign in to comment.