mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
include glib.h in atom_main_delegate
it was complaining about 'undeclared identifier 'TRUE''
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
#include <glib.h> // for g_setenv()
|
||||
#endif
|
||||
|
||||
#include "atom/app/atom_content_client.h"
|
||||
#include "atom/browser/atom_browser_client.h"
|
||||
#include "atom/browser/relauncher.h"
|
||||
|
||||
Reference in New Issue
Block a user