mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 02:06:29 -04:00
IWYU: sstream
Explicitly include sstream in tets wherever it is used.
This commit is contained in:
parent
8dab34491d
commit
ec3ddcfe41
@ -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