diff options
Diffstat (limited to 'chrome_frame/chrome_tab.cc')
-rw-r--r-- | chrome_frame/chrome_tab.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc index 86de19e..1a8df60 100644 --- a/chrome_frame/chrome_tab.cc +++ b/chrome_frame/chrome_tab.cc @@ -4,8 +4,8 @@ // chrome_tab.cc : Implementation of DLL Exports. -// Include without path to make GYP build see it. -#include "chrome_tab.h" // NOLINT +// Need to include this before the ATL headers below. +#include "chrome_frame/chrome_tab.h" #include <atlsecurity.h> #include <objbase.h> |