mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 04:41:57 -04:00
IWYU: sstream
Explicitly include sstream in tets wherever it is used.
This commit is contained in:
parent
3d02fed104
commit
d3ae484f7f
@ -1,6 +1,8 @@
|
||||
#include "tclap/CmdLine.h"
|
||||
#include <iterator>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using namespace TCLAP;
|
||||
|
||||
// Define a simple 3D vector type
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using namespace TCLAP;
|
||||
|
||||
// Define a simple 3D vector type
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
// Define a simple 3D vector type
|
||||
template<typename T, size_t LEN>
|
||||
struct Vect : public TCLAP::StringLikeTrait {
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
// Define a simple 3D vector type
|
||||
template<typename T, size_t LEN>
|
||||
struct Vect {
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
namespace TCLAP {
|
||||
template<>
|
||||
struct ArgTraits< std::vector<double> > {
|
||||
|
Loading…
x
Reference in New Issue
Block a user