summaryrefslogtreecommitdiffstats
path: root/base/scoped_native_library_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/scoped_native_library_unittest.cc')
-rw-r--r--base/scoped_native_library_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/scoped_native_library_unittest.cc b/base/scoped_native_library_unittest.cc
index 178e20d..567239d 100644
--- a/base/scoped_native_library_unittest.cc
+++ b/base/scoped_native_library_unittest.cc
@@ -3,6 +3,9 @@
// found in the LICENSE file.
#include "base/scoped_native_library.h"
+#if defined(OS_WIN)
+#include "base/file_path.h"
+#endif
#include "testing/gtest/include/gtest/gtest.h"