summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 17:25:34 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 17:25:34 +0000
commit9a715154f7d09908b3013b0fbe9053c4bc5ee75b (patch)
tree54567bb37834b93a676abd9e74b2303943e8893a /win8/delegate_execute
parentb590a9dae862afb7f488f6e6b7ef76c3f5b8df30 (diff)
downloadchromium_src-9a715154f7d09908b3013b0fbe9053c4bc5ee75b.zip
chromium_src-9a715154f7d09908b3013b0fbe9053c4bc5ee75b.tar.gz
chromium_src-9a715154f7d09908b3013b0fbe9053c4bc5ee75b.tar.bz2
reland of intsafe precompiled header fix from https://codereview.chromium.org/14201003/
With fixed include path. TBR=cpu@chromium.org BUG=225822 Review URL: https://codereview.chromium.org/14096011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute')
-rw-r--r--win8/delegate_execute/delegate_execute.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/win8/delegate_execute/delegate_execute.cc b/win8/delegate_execute/delegate_execute.cc
index 770b8e8..485cf25 100644
--- a/win8/delegate_execute/delegate_execute.cc
+++ b/win8/delegate_execute/delegate_execute.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "build/intsafe_workaround.h"
+
#include <atlbase.h>
#include <atlcom.h>
#include <atlctl.h>