diff options
Diffstat (limited to 'plugins/Ping/src')
-rw-r--r-- | plugins/Ping/src/collection.h | 2 | ||||
-rw-r--r-- | plugins/Ping/src/stdafx.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Ping/src/collection.h b/plugins/Ping/src/collection.h index 6e1615ea01..73e36fe704 100644 --- a/plugins/Ping/src/collection.h +++ b/plugins/Ping/src/collection.h @@ -1,3 +1,5 @@ +#pragma once
+
template<class T> class Collection
{
protected:
diff --git a/plugins/Ping/src/stdafx.h b/plugins/Ping/src/stdafx.h index 7bdfa5be69..c90c557b73 100644 --- a/plugins/Ping/src/stdafx.h +++ b/plugins/Ping/src/stdafx.h @@ -1,3 +1,5 @@ +#pragma once
+
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
|