Fix memory include

This commit is contained in:
Alexander Grund 2020-09-05 15:08:48 +02:00
parent 66a046469a
commit 279bb2c767
No known key found for this signature in database
GPG key ID: AA48A0760367A42B

View file

@ -11,7 +11,7 @@
#include "../config.hpp"
#include "../stream.hpp"
#include <memory.h>
#include <memory>
namespace mock
{