Skip to content

Commit

Permalink
Update 11_SmartPoint.md (selfboot#32)
Browse files Browse the repository at this point in the history
fix memory include
  • Loading branch information
wangzhione authored and selfboot committed Jul 31, 2019
1 parent 56bc2a1 commit c132ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C++/11_SmartPoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ cout << *ptr2 << endl;

```c++
#include <iostream>
#include <memory>
using namespace std;

int main()
Expand Down

0 comments on commit c132ec5

Please sign in to comment.