Merge "Prevent definitions of expected.h from being included twice"

This commit is contained in:
Mohammad Islam 2019-06-21 09:27:49 +00:00 committed by Gerrit Code Review
commit 99087decb9

View file

@ -14,6 +14,8 @@
* limitations under the License.
*/
#pragma once
#include <algorithm>
#include <initializer_list>
#include <type_traits>