1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-22 11:17:31 +01:00

see #1417 added necessary #include

This commit is contained in:
Vadim Kurland 2010-04-27 18:06:34 +00:00
parent 0509b8dbda
commit d1dc1d4f36
2 changed files with 3 additions and 10 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2848
#define BUILD_NUM 2850

View File

@ -57,15 +57,6 @@
#include "combinedAddress.h"
#include <stack>
#include <iostream>
#if __GNUC__ > 3 || \
(__GNUC__ == 3 && (__GNUC_MINOR__ > 2 || (__GNUC_MINOR__ == 2 ) ) ) || \
_MSC_VER
# include <streambuf>
#else
# include <streambuf.h>
#endif
#include <iomanip>
#include <fstream>
#include <sstream>
@ -73,6 +64,8 @@
#include <iterator>
#include <assert.h>
#include <cstdlib>
#include <climits>
#include <QString>