Add #include <memory>
David Blume

David Blume commited on 2016-10-15 16:32:51
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -1,5 +1,6 @@
1 1
 #ifndef __main_helper_hpp
2 2
 #define __main_helper_hpp
3
+#include <memory>
3 4
 
4 5
 int main_helper_fn();
5 6
 int main_helper_fn2();
6 7