add boost libs

This commit is contained in:
2025-04-25 20:12:28 -05:00
parent ed8c594a30
commit e3af31f1e0
3 changed files with 9 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
#ifndef TRANSFER_H
#define TRANSFER_H
#include <chrono>
#include <opencv2/core/mat.hpp>
#include <opencv2/imgcodecs.hpp>
#include <sys/socket.h>
#include <logging.h>
#include <vector>
using namespace std;