Add missing intrin.h include for __cpuid.

Landing on behalf of Net147 Review URL: https://codereview.appspot.com/8615046/ git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@2241 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 9a374c81
......@@ -9,6 +9,8 @@
#ifndef LIBGLESV2_MATHUTIL_H_
#define LIBGLESV2_MATHUTIL_H_
#include <intrin.h>
#include "common/system.h"
#include "common/debug.h"
......
Markdown is supported
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