Update Promise.hpp

added include for boost::noncopyable - needed for boost 1.72
pull/11/head
Simon Vogl 2020-11-06 11:20:14 +01:00 committed by GitHub
parent a483733d38
commit eba24eb9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <functional>
#include <boost/asio.hpp>
#include <boost/core/noncopyable.hpp>
#include <f1x/aasdk/Error/Error.hpp>
#include <f1x/aasdk/IO/IOContextWrapper.hpp>