Fix for clang compiler

This commit is contained in:
Sebastian Messmer 2015-06-10 17:17:41 +02:00
parent 921ec2ef41
commit a9890a75e6

View File

@ -3,6 +3,7 @@
#define MESSMER_CPP_UTILS_OPTIONALOWNERSHIPPOINTER_H_
#include <memory>
#include <functional>
/**
* optional_ownership_ptr can be used to hold a pointer to an instance of an object.