diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-14 10:40:26 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-03-14 10:40:26 +0100 |
commit | 5aa818e65eaa3cc288e097ed3b1a134015215500 (patch) | |
tree | 23bb39e48c94634b12de82c74708dea8e720dc38 /src/common/conversion.hpp | |
parent | a119e6ca70ffab14f0a70908fa3eeb83b41bb5ab (diff) |
refactor: move UniquePtr to memory dir in common
Diffstat (limited to 'src/common/conversion.hpp')
-rw-r--r-- | src/common/conversion.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/conversion.hpp b/src/common/conversion.hpp index 81a4a52..e87adc5 100644 --- a/src/common/conversion.hpp +++ b/src/common/conversion.hpp @@ -1,6 +1,6 @@ #pragma once -#include "common/memory.hpp" +#include "common/memory/unique_ptr.hpp" #include "common/string.hpp" namespace common |