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
1 changed files with 1 additions and 0 deletions

View File

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