summaryrefslogtreecommitdiff
path: root/src/net/logindata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/logindata.h')
-rw-r--r--src/net/logindata.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/logindata.h b/src/net/logindata.h
index 8df06171..a09d8fb3 100644
--- a/src/net/logindata.h
+++ b/src/net/logindata.h
@@ -22,11 +22,12 @@
#ifndef LOGINDATA_H
#define LOGINDATA_H
-#include <string>
-
#include "player.h"
+
#include "net/serverinfo.h"
+#include <string>
+
struct LoginData
{
std::string username;