Adding missing header to toml.hpp
All checks were successful
buildbot/IOCore-linux-builder Build done.
buildbot/IOCore-macos-builder Build done.
buildbot/IOCore-freebsd-builder Build done.

This commit is contained in:
S David 2024-09-08 00:54:22 -04:00
parent f4f6ea7c81
commit 5119b7550f

View File

@ -9,6 +9,8 @@
#pragma once
#include <algorithm>
#include <toml++/toml.hpp>
#include "../Exception.hpp"