mirror of https://github.com/alibaba/MNN.git
Fix missing memory header in ubuntu 16.04
This commit is contained in:
parent
2a2fa36c47
commit
c9ed48c533
|
|
@ -17,6 +17,7 @@
|
|||
#include <vector>
|
||||
#include "AutoTime.hpp"
|
||||
#include "FreeImage.h"
|
||||
#include <memory>
|
||||
using namespace MNN;
|
||||
using namespace MNN::CV;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
#include <vector>
|
||||
#include "AutoTime.hpp"
|
||||
#include "FreeImage.h"
|
||||
#include <memory>
|
||||
|
||||
using namespace MNN;
|
||||
using namespace MNN::CV;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue