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
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace FbTk {
|
namespace FbTk {
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
Loading…
Reference in a new issue