From 0b945415fd7819c732ad9de7ff1b1c851ba364f8 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Tue, 30 Jul 2024 20:36:17 +0200 Subject: [PATCH] fix: add missing include --- src/fptostring.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fptostring.cpp b/src/fptostring.cpp index d12bbc0..b27920c 100644 --- a/src/fptostring.cpp +++ b/src/fptostring.cpp @@ -1,6 +1,7 @@ // SPDX-FileCopyrightText: 2024 Simon Gene Gottlieb // SPDX-License-Identifier: MIT +#include "yaml-cpp/fptostring.h" #include "contrib/dragonbox.h" #include