Browse Source

added missing includes to common_types.h

pull/15/merge
bunnei 12 years ago
parent
commit
89fd6eb237
  1. 3
      src/common/src/common_types.h

3
src/common/src/common_types.h

@ -24,6 +24,9 @@
#pragma once #pragma once
#include <math.h>
#include <xmmintrin.h> // data_types__m128.cpp
#ifdef _WIN32 #ifdef _WIN32
#include <tchar.h> #include <tchar.h>

Loading…
Cancel
Save