Commit e859faa2 authored by Yaowu Xu's avatar Yaowu Xu
Browse files

fixed a build problem with target=x86_64-win64-vs9

Change-Id: I9c56216d22212c4fc13a5e2ed02f30f5b373b94c
Showing with 2 additions and 0 deletions
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
#include <string> #include <string>
#include "vpx_config.h" #include "vpx_config.h"
#if ARCH_X86 || ARCH_X86_64 #if ARCH_X86 || ARCH_X86_64
extern "C" {
#include "vpx_ports/x86.h" #include "vpx_ports/x86.h"
}
#endif #endif
#include "third_party/googletest/src/include/gtest/gtest.h" #include "third_party/googletest/src/include/gtest/gtest.h"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment