Skip to content
Snippets Groups Projects
Commit bf7cc2ff authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Fix missing inclusion guard needed for unity build

Fixes #1127.
parent adebcc71
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@
//
//========================================================================
#pragma once
#if defined(_GLFW_USE_CONFIG_H)
#include "glfw_config.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment