Skip to content

Commit

Permalink
[c++] Adding missing include of algorithm in example
Browse files Browse the repository at this point in the history
Co-authored-by: Sumit Bhardwaj <subhardw@microsoft.com>
  • Loading branch information
bhardwajs and bhardwajs authored Feb 5, 2021
1 parent 22b2831 commit df96fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cpp/core/move_semantics/move_semantics.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "move_semantics_reflection.h"

#include <stdlib.h>
#include <algorithm>

using namespace examples::move_semantics;

Expand Down

0 comments on commit df96fdd

Please sign in to comment.