Update CI workflow and add header inclusion in bps.cc
- Modified the CI workflow to enable vcpkg installation and specify the vcpkg directory and JSON glob for better dependency management. - Added <cstring> header inclusion in bps.cc to support string manipulation functionalities.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <vector>
|
||||
#include <stdexcept>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
namespace yaze {
|
||||
namespace util {
|
||||
|
||||
Reference in New Issue
Block a user