Fix errors from new cpplint.py (#7105)

This commit is contained in:
Tyler Veness
2024-09-20 17:43:39 -07:00
committed by GitHub
parent f1dde8895e
commit 554024767e
464 changed files with 1026 additions and 218 deletions

View File

@@ -13,13 +13,13 @@
// https://github.com/opencv/opencv/blob/master/modules/videoio/src/cap_msmf.cpp
#include <mfidl.h>
#include <mfapi.h>
#include <Dbt.h>
#include <ks.h>
#include <ksmedia.h>
#include <mfreadwrite.h>
#include <memory>
#include "COMCreators.h"
#include "ComPtr.h"

View File

@@ -5,6 +5,9 @@
#include <uv.h>
#include <ws2tcpip.h>
#include <string>
#include <vector>
#include "cscore_cpp.h"
#pragma comment(lib, "Ws2_32.lib")

View File

@@ -16,6 +16,7 @@
#include <cmath>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <Dbt.h>

View File

@@ -9,6 +9,8 @@
#include <dbt.h> // NOLINT(build/include_order)
#include <memory>
#define IDT_TIMER1 1001
using namespace cs;