summaryrefslogtreecommitdiffstats
path: root/sandbox/src
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src')
-rw-r--r--sandbox/src/interception_unittest.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/sandbox/src/interception_unittest.cc b/sandbox/src/interception_unittest.cc
index 6d63954..92e72c1 100644
--- a/sandbox/src/interception_unittest.cc
+++ b/sandbox/src/interception_unittest.cc
@@ -6,8 +6,12 @@
// The tests require private information so the whole interception.cc file is
// included from this file.
+#include <windows.h>
+
#include "base/scoped_ptr.h"
-#include "sandbox/src/interception.cc"
+#include "sandbox/src/interception.h"
+#include "sandbox/src/interception_internal.h"
+#include "sandbox/src/target_process.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sandbox {