modernize: Pass arguments by value and move in constructors
[quassel.git] / src / common / deferredptr.h
index e04fb97..8e02db8 100644 (file)
@@ -20,6 +20,8 @@
 
 #pragma once
 
+#include "common-export.h"
+
 #include <memory>
 #include <type_traits>