added some missing header files

This commit is contained in:
suter_a 2011-04-03 18:49:43 +00:00
parent 42e4a1970e
commit 00d591fbff
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,9 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <cstdio>
#include <cstring>
#include "PNeXus.h"
#ifndef SIZE_FLOAT32

View File

@ -30,6 +30,7 @@
***************************************************************************/
#include <cstdio>
#include <cstring>
#include <iostream>
#include <string>