Added missing include to string in PendingOperation.h

This commit is contained in:
thunder2 2021-12-21 16:33:20 +01:00
parent 8d020e7395
commit 15d56f01ac

View File

@ -33,6 +33,7 @@
#pragma once
#include <functional>
#include <string>
/* Represents an asynchronous operation for reporting status
*