Fix: Build issue with MSVC

header for std::function was not included

reported/fixed by Charlie on chat
This commit is contained in:
Charlie Jolly
2021-09-23 12:33:27 -06:00
committed by Ray Molenkamp
parent fc2255135e
commit 7fb2b50e5d

View File

@@ -20,6 +20,7 @@
#pragma once
#include <functional>
#include <memory>
#include <string>