Add #pragma once to cereal_optional.hpp

Reviewers: mferencevic

Reviewed By: mferencevic

Differential Revision: https://phabricator.memgraph.io/D1080
This commit is contained in:
Marin Tomic 2017-12-21 16:48:24 +01:00
parent 6294bf19ec
commit 6861a580c7

View File

@ -1,3 +1,5 @@
#pragma once
#include <experimental/optional>
namespace cereal {