summaryrefslogtreecommitdiffstats
path: root/chrome/app/scoped_ole_initializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/scoped_ole_initializer.h')
-rw-r--r--chrome/app/scoped_ole_initializer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/scoped_ole_initializer.h b/chrome/app/scoped_ole_initializer.h
index f32ed95..3560374 100644
--- a/chrome/app/scoped_ole_initializer.h
+++ b/chrome/app/scoped_ole_initializer.h
@@ -5,6 +5,9 @@
#ifndef CHROME_APP_SCOPED_OLE_INITIALIZER_H_
#define CHROME_APP_SCOPED_OLE_INITIALIZER_H_
+#include "base/logging.h"
+#include "build/build_config.h"
+
// Wraps OLE initialization in a cross-platform class meant to be used on the
// stack so init/uninit is done with scoping. This class is ok for use by
// non-windows platforms; it just doesn't do anything.