X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbase%2Fatomicops_internals_x86_msvc.h;h=016744c144416f869606881e87ee7d8072f75cdd;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=3a2c72ddb472b08544954a34dc3409df9e65a364;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/base/atomicops_internals_x86_msvc.h b/src/base/atomicops_internals_x86_msvc.h index 3a2c72d..016744c 100644 --- a/src/base/atomicops_internals_x86_msvc.h +++ b/src/base/atomicops_internals_x86_msvc.h @@ -9,6 +9,8 @@ #include +#include "base/macros.h" + #if defined(ARCH_CPU_64_BITS) // windows.h #defines this (only on x64). This causes problems because the // public API also uses MemoryBarrier at the public name for this fence. So, on