aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/Split.cpp
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
commit920705cf70d4a230c7d75fbd869e2cef162cf062 (patch)
treef31df6fdf87cf2695463488f79411ef696224136 /nxcomp/Split.cpp
parent92239dafb601d2ee5da1554d19631267c81fe57c (diff)
downloadnx-libs-920705cf70d4a230c7d75fbd869e2cef162cf062.tar.gz
nx-libs-920705cf70d4a230c7d75fbd869e2cef162cf062.tar.bz2
nx-libs-920705cf70d4a230c7d75fbd869e2cef162cf062.zip
Imported nxcomp-3.2.0-7.tar.gznxcomp/3.2.0-7
Summary: Imported nxcomp-3.2.0-7.tar.gz Keywords: Imported nxcomp-3.2.0-7.tar.gz into Git repository
Diffstat (limited to 'nxcomp/Split.cpp')
-rwxr-xr-xnxcomp/Split.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/nxcomp/Split.cpp b/nxcomp/Split.cpp
index 38cfb4bcf..7a3fe2c0f 100755
--- a/nxcomp/Split.cpp
+++ b/nxcomp/Split.cpp
@@ -15,13 +15,14 @@
/* */
/**************************************************************************/
-#include <fstream.h>
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <utime.h>
+#include "Misc.h"
+
#include "Split.h"
#include "Control.h"