mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -9,12 +9,12 @@
|
||||
#include <fmt/format.h>
|
||||
|
||||
#define WPI_RAWFRAME_JNI
|
||||
#include <wpi/RawFrame.h>
|
||||
#include <wpi/SmallString.h>
|
||||
#include <wpi/jni_util.h>
|
||||
#include "wpi/util/RawFrame.h"
|
||||
#include "wpi/util/SmallString.hpp"
|
||||
#include "wpi/util/jni_util.hpp"
|
||||
|
||||
#include "cscore_raw.h"
|
||||
#include "cscore_runloop.h"
|
||||
#include "wpi/cs/cscore_raw.h"
|
||||
#include "wpi/cs/cscore_runloop.hpp"
|
||||
#include "org_wpilib_vision_camera_CameraServerJNI.h"
|
||||
|
||||
namespace cv {
|
||||
|
||||
Reference in New Issue
Block a user