diff --git a/atom/app/atom_main_delegate.cc b/atom/app/atom_main_delegate.cc index 787cfb609413..7cbe69e5a553 100644 --- a/atom/app/atom_main_delegate.cc +++ b/atom/app/atom_main_delegate.cc @@ -8,6 +8,10 @@ #include #include +#if defined(OS_LINUX) +#include // for g_setenv() +#endif + #include "atom/app/atom_content_client.h" #include "atom/browser/atom_browser_client.h" #include "atom/browser/relauncher.h"