imgtools/imglib/filesystem/include/filesysteminterface.h
changeset 11 d610106f78c9
parent 2 39c28ec933dd
equal deleted inserted replaced
10:b2a53d442fd6 11:d610106f78c9
    22 #ifndef FILESYSTEMINTERFACE_H
    22 #ifndef FILESYSTEMINTERFACE_H
    23 #define FILESYSTEMINTERFACE_H
    23 #define FILESYSTEMINTERFACE_H
    24 
    24 
    25 #include "directory.h"
    25 #include "directory.h"
    26 #include <fstream>
    26 #include <fstream>
       
    27 #include <cstdlib>
    27 
    28 
    28 typedef std::ofstream Ofstream;
    29 typedef std::ofstream Ofstream;
    29 
    30 
    30 //default image size in Bytes
    31 //default image size in Bytes
    31 const int KDefaultImageSize=50*1024*1024;
    32 const int KDefaultImageSize=50*1024*1024;