From 5e538490026d44f86b41a42ead809060350c850a Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 10 May 2011 15:54:29 +0300 Subject: [PATCH] Add missing includes --- projects/sgauthstress/user.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/sgauthstress/user.cpp b/projects/sgauthstress/user.cpp index 15fb1ece..c2092c26 100644 --- a/projects/sgauthstress/user.cpp +++ b/projects/sgauthstress/user.cpp @@ -1,6 +1,10 @@ +#include +#include + #include #include "user.h" +#include "stg/ia_packets.h" USER::USER(const std::string & l, const std::string & pwd, -- 2.43.2