required extra header for memset() in FPU

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6428 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-12-31 23:56:30 +00:00
parent 87127bae2d
commit e78cd3add8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#define _XOPEN_SOURCE 600
#include <cstdlib>
#include <stdint.h>
#include <cstring>
#include <pbd/fpu.h>
#include <pbd/error.h>