include glib.h in atom_main_delegate

it was complaining about 'undeclared identifier 'TRUE''
This commit is contained in:
Jeremy Apthorp 2019-01-10 17:41:49 -08:00
parent 8fa33ba120
commit 55d5b02f87

View file

@ -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"