some changes for compalibility with Visual C++ 2005 compiler

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@48 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-02-17 17:58:28 +00:00
parent d68659e395
commit 68f1d12d74
5 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <iostream>
#include <fstream.h>
#include <fstream>
#include <qdatetime.h>
#include <qobject.h>
#include "random.h"