Older/WebApplication/User.cpp

5 lines
109 B
C++
Raw Normal View History

2024-11-11 19:21:48 +08:00
#include "User.h"
#include <Wt/Dbo/Impl.h>
#include <Wt/Auth/Dbo/AuthInfo.h>
DBO_INSTANTIATE_TEMPLATES(User)