[users] Need <memory> for unique_ptr
- Although unique_ptr is only used when ICU is enabled, include it always because it is likely that we'll use more unique_ptr in the implementation at some point.
This commit is contained in:
parent
e99c60728b
commit
a383aa974a
@ -36,6 +36,8 @@ static const char TRANSLITERATOR_ID[] = "Russian-Latin/BGN;"
|
||||
"Latin-ASCII";
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
static const QRegExp USERNAME_RX( "^[a-z_][a-z0-9_-]*[$]?$" );
|
||||
static constexpr const int USERNAME_MAX_LENGTH = 31;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user