fix(bazel): add missing load statements

Bazel 9 drops builtin `cc_*` rules, they need to be loaded explicitly now.
This commit is contained in:
Alexander Hans
2025-12-26 01:02:59 +01:00
committed by Jesse Beder
parent 5cf25533e3
commit 3738976bdc
8 changed files with 226 additions and 48 deletions

View File

@@ -1,6 +1,8 @@
#include "yaml-cpp/fptostring.h"
#include "gtest/gtest.h"
#include <iomanip>
namespace YAML {
namespace {