mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
raw_istream: Don't forward declare Twine et al. (#59)
It breaks existing users who use StringRef.
This commit is contained in:
@@ -12,12 +12,9 @@
|
||||
#include <cstddef>
|
||||
#include <system_error>
|
||||
|
||||
namespace llvm {
|
||||
template <typename T>
|
||||
class SmallVectorImpl;
|
||||
class StringRef;
|
||||
class Twine;
|
||||
}
|
||||
#include "llvm/SmallVector.h"
|
||||
#include "llvm/StringRef.h"
|
||||
#include "llvm/Twine.h"
|
||||
|
||||
namespace wpi {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user