From c578a2cbc226e924450c533a537e37b5184573d0 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Tue, 17 Sep 2013 11:53:31 -0700 Subject: [PATCH] Need PathService on Win32 This was accidentally left out of 8708d061 --- app/atom_main_delegate.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/app/atom_main_delegate.cc b/app/atom_main_delegate.cc index fbb85f9..696f22f 100644 --- a/app/atom_main_delegate.cc +++ b/app/atom_main_delegate.cc @@ -10,6 +10,7 @@ #include "content/public/common/content_switches.h" #include "renderer/atom_renderer_client.h" #include "ui/base/resource/resource_bundle.h" +#include "base/path_service.h" namespace atom { -- 2.7.4