Skip to content
Snippets Groups Projects
Commit cf7c642b authored by Shaojun Lu's avatar Shaojun Lu Committed by Frank Gaede
Browse files

Fix C++11 pointer error by adding 'include <memory>' for 'unique_ptr'.

parent c0088d86
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
// Framework include files
#include "run_plugin.h"
#include <memory>
using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment