]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/stat_private.h
Add move semantics to Variant
[libs/core.git] / source / fs / stat_private.h
index 60438a269717373f9cc418aaa3266ba9b57df4e8..23019a5b6982c22df324cee04ea3a16de7cd60e9 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_FS_STAT_PRIVATE_H_
 #define MSP_FS_STAT_PRIVATE_H_
 
+#include "stat.h"
 #include "stat_platform.h"
 
 namespace Msp {
@@ -11,7 +12,7 @@ struct Stat::Private
        UserID owner_id = INVALID_UID;
        GroupID group_id = INVALID_GID;
 
-       Private();
+       Private() = default;
        Private(const Private &);
        ~Private();