summaryrefslogtreecommitdiff
path: root/compiler/coco/core/src/IR/ObjectManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/coco/core/src/IR/ObjectManager.cpp')
-rw-r--r--compiler/coco/core/src/IR/ObjectManager.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/coco/core/src/IR/ObjectManager.cpp b/compiler/coco/core/src/IR/ObjectManager.cpp
index 1b7215a04..38c3a9bcc 100644
--- a/compiler/coco/core/src/IR/ObjectManager.cpp
+++ b/compiler/coco/core/src/IR/ObjectManager.cpp
@@ -19,11 +19,10 @@
#include "coco/IR/FeatureObject.h"
#include "coco/IR/KernelObject.h"
-#include <stdex/Memory.h>
-
+#include <memory>
#include <cassert>
-using stdex::make_unique;
+using std::make_unique;
namespace coco
{