NetPlayLauncher: Add missing #pragma once

This commit is contained in:
Lioncash 2016-11-11 14:58:20 -05:00
parent f0ce3275af
commit f207c01586

View file

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