mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[json] Add forward definition header (#5676)
This commit is contained in:
@@ -8,11 +8,9 @@
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include "ntcore_cpp.h"
|
||||
#include <wpi/json_fwd.h>
|
||||
|
||||
namespace wpi {
|
||||
class json;
|
||||
} // namespace wpi
|
||||
#include "ntcore_cpp.h"
|
||||
|
||||
namespace nt {
|
||||
class PubSubOptionsImpl;
|
||||
|
||||
@@ -11,9 +11,10 @@
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include <wpi/json_fwd.h>
|
||||
|
||||
namespace wpi {
|
||||
class Logger;
|
||||
class json;
|
||||
} // namespace wpi
|
||||
|
||||
namespace nt {
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include <wpi/json_fwd.h>
|
||||
|
||||
namespace wpi {
|
||||
class json;
|
||||
class raw_ostream;
|
||||
} // namespace wpi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user