Skip to content

Commit 1b4141c

Browse files
authored
added more missing sstream includes (cppcheck-opensource#4384)
1 parent 16f598c commit 1b4141c

48 files changed

Lines changed: 49 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test/test64bit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "tokenize.h"
2525

2626
#include <iosfwd>
27+
#include <sstream>
2728

2829
class Test64BitPortability : public TestFixture {
2930
public:

test/testanalyzerinformation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include "analyzerinfo.h"
2121
#include "testsuite.h"
22+
2223
#include <sstream>
2324

2425
class TestAnalyzerInformation : public TestFixture, private AnalyzerInformation {

test/testassert.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "tokenize.h"
2525

2626
#include <iosfwd>
27+
#include <sstream>
2728

2829

2930
class TestAssert : public TestFixture {

test/testastutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <cstring>
2929
#include <iosfwd>
30+
#include <sstream>
3031

3132
class TestAstUtils : public TestFixture {
3233
public:

test/testautovariables.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "tokenize.h"
2525

2626
#include <iosfwd>
27+
#include <sstream>
2728

2829
class TestAutoVariables : public TestFixture {
2930
public:

test/testbool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "tokenize.h"
2525

2626
#include <iosfwd>
27+
#include <sstream>
2728

2829
class TestBool : public TestFixture {
2930
public:

test/testboost.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "tokenize.h"
2525

2626
#include <iosfwd>
27+
#include <sstream>
2728

2829
class TestBoost : public TestFixture {
2930
public:

test/testbufferoverrun.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <iosfwd>
3232
#include <map>
3333
#include <list>
34+
#include <sstream>
3435
#include <string>
3536
#include <utility>
3637
#include <vector>

test/testcharvar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "tokenize.h"
2626

2727
#include <iosfwd>
28+
#include <sstream>
2829

2930
class TestCharVar : public TestFixture {
3031
public:

test/testclangimport.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <iosfwd>
2727
#include <list>
2828
#include <memory>
29+
#include <sstream>
2930
#include <string>
3031
#include <vector>
3132

0 commit comments

Comments
 (0)