diff options
Diffstat (limited to 'plugins/Console/src/stdafx.h')
-rw-r--r-- | plugins/Console/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Console/src/stdafx.h b/plugins/Console/src/stdafx.h index ad0d68c377..f228a0b72e 100644 --- a/plugins/Console/src/stdafx.h +++ b/plugins/Console/src/stdafx.h @@ -22,6 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#pragma once
+
#include <windows.h>
#include <commctrl.h>
#include <malloc.h>
|