X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_fileio.cpp;h=b9b99592313631455ab351fc13272d69566460ab;hb=20cce16e98fc9b052c5862efa6394a285971e846;hp=8d1e9efa87dd94ac32e96713a94e2048c6b233dc;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_fileio.cpp b/src/base/rs_fileio.cpp index 8d1e9ef..b9b9959 100644 --- a/src/base/rs_fileio.cpp +++ b/src/base/rs_fileio.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -17,6 +19,7 @@ #include "rs_filtercxf.h" #include "rs_filterdxf.h" #include "rs_filterdxf1.h" +#include "rs_filterinterface.h" RS_FileIO * RS_FileIO::uniqueInstance = NULL;