From 89fd6eb23742e00630cad7dfe73c241345c04ce0 Mon Sep 17 00:00:00 2001
From: bunnei <ericbunnie@gmail.com>
Date: Sat, 5 Apr 2014 15:47:55 -0400
Subject: [PATCH] added missing includes to common_types.h

---
 src/common/src/common_types.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/common/src/common_types.h b/src/common/src/common_types.h
index 68f2373854..af1cd0e21b 100644
--- a/src/common/src/common_types.h
+++ b/src/common/src/common_types.h
@@ -24,6 +24,9 @@
 
 #pragma once 
 
+#include <math.h>
+#include <xmmintrin.h> // data_types__m128.cpp
+
 #ifdef _WIN32
 
 #include <tchar.h>