13
0

add required header for windows compile of FPU code

This commit is contained in:
Paul Davis 2015-04-21 12:25:21 -04:00
parent 696100651d
commit e3156c2cc4

View File

@ -23,6 +23,7 @@
#include <cstring> // for memset #include <cstring> // for memset
#include <cstdlib> #include <cstdlib>
#include <stdint.h> #include <stdint.h>
#include <intrin.h>
#include <assert.h> #include <assert.h>
#include "pbd/fpu.h" #include "pbd/fpu.h"