fix(boost)!: migrate boost to 1.86 (#3256)

This commit is contained in:
Lukas Senionis 2024-10-04 04:42:16 +03:00 committed by GitHub
commit e90b71ce62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 31 additions and 29 deletions

View file

@ -33,7 +33,7 @@
// lib includes
#include "tray/src/tray.h"
#include <boost/filesystem.hpp>
#include <boost/process/environment.hpp>
#include <boost/process/v1/environment.hpp>
// local includes
#include "confighttp.h"