Ignore:
Timestamp:
18/04/2008 21:32:04 (4 years ago)
Author:
chris
Message:

Additional #includes, thanks to the T2 Project
( http://www.t2-project.org/packages/boxbackup.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupclient/BackupStoreFile.h

    r1191 r2149  
    1111#define BACKUPSTOREFILE__H 
    1212 
     13#include <stdlib.h> 
     14 
     15#include <memory> 
     16 
    1317#include "IOStream.h" 
    1418#include "BackupClientFileAttributes.h" 
    1519#include "BackupStoreFilename.h" 
    16  
    17 #include <memory> 
    1820 
    1921typedef struct  
Note: See TracChangeset for help on using the changeset viewer.