include glib.h in atom_main_delegate
it was complaining about 'undeclared identifier 'TRUE''
This commit is contained in:
parent
8fa33ba120
commit
55d5b02f87
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#if defined(OS_LINUX)
|
||||||
|
#include <glib.h> // for g_setenv()
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "atom/app/atom_content_client.h"
|
#include "atom/app/atom_content_client.h"
|
||||||
#include "atom/browser/atom_browser_client.h"
|
#include "atom/browser/atom_browser_client.h"
|
||||||
#include "atom/browser/relauncher.h"
|
#include "atom/browser/relauncher.h"
|
||||||
|
|
Loading…
Reference in a new issue