Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett (from Dev Box) <[email protected]>
  • Loading branch information
Alan-Jowett committed Mar 2, 2024
1 parent c209373 commit f43bef5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/process_monitor/process_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
// SPDX-License-Identifier: MIT

// Windows.h needs to be the first include to prevent failures in subsequent headers.
#include <in6addr.h>
#include <windows.h>
#include <Iphlpapi.h>
#include <bpf/bpf.h>
#include <bpf/libbpf.h>
#include <condition_variable>
#include <ebpf_api.h>
#include <io.h>
#include <iostream>
#include <ip2string.h>
#include <mstcpip.h>
#include <mutex>
#include <string>
#include <unordered_map>

#pragma comment(lib, "ebpfapi.lib")

Expand Down

0 comments on commit f43bef5

Please sign in to comment.