include memory for auto_ptr
This commit is contained in:
parent
d86ed4dc0e
commit
d4d91d0993
1 changed files with 3 additions and 0 deletions
|
@ -45,7 +45,10 @@
|
|||
#else
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
|
||||
namespace FbTk {
|
||||
|
||||
using std::string;
|
||||
|
|
Loading…
Reference in a new issue