diff --git a/optional_ownership_ptr.h b/optional_ownership_ptr.h index 5120c648..478e4461 100644 --- a/optional_ownership_ptr.h +++ b/optional_ownership_ptr.h @@ -3,6 +3,7 @@ #define MESSMER_CPP_UTILS_OPTIONALOWNERSHIPPOINTER_H_ #include +#include /** * optional_ownership_ptr can be used to hold a pointer to an instance of an object.