Fix missing inclusion guard needed for unity build

Fixes #1127.
This commit is contained in:
Camilla Löwy 2017-11-15 04:21:41 +01:00
parent adebcc7111
commit bf7cc2ffac

View File

@ -25,6 +25,8 @@
//
//========================================================================
#pragma once
#if defined(_GLFW_USE_CONFIG_H)
#include "glfw_config.h"
#endif