- fixed compilation error with gcc 4.7.2 (thx Magnus Numelin)

git-svn-id: http://svn.chmurka.net/owx/trunk/owx@9 8cc89244-2450-4880-90d3-191243f3a0b0
This commit is contained in:
gophi
2012-10-23 12:58:05 +00:00
parent 099422dc70
commit 44ca12809d
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
/* $Id$ */
2012-10-23
- fixed compilation error with gcc 4.7.2 (thx Magnus Numelin)
2012-07-22
- added support for semicolon-separated CSV files
- fixed warning in import.cc

View File

@ -2,6 +2,7 @@
#include <cstring>
#include <cerrno>
#include <unistd.h>
#include "throw.h"
#include "intl.h"
#include "file.h"