Skip to content

Commit 93ed3cc

Browse files
jcpunkjohnbartholomew
authored andcommitted
fix: system rapidyaml needs include for c4core
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent 2138da8 commit 93ed3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/vm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ limitations under the License.
3131
#include "parser.h"
3232
#ifdef USE_SYSTEM_RAPIDYAML
3333
#include <ryml.hpp>
34+
#include <ryml_std.hpp>
3435
#else
3536
#include "rapidyaml-0.10.0.hpp"
3637
#endif

0 commit comments

Comments
 (0)