sources/main.h

branch
protocol5
changeset 195
be953e1621d9
parent 190
90bf9049e5eb
--- a/sources/main.h	Wed Jan 27 12:41:50 2021 +0200
+++ b/sources/main.h	Wed Jan 27 19:48:41 2021 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014 - 2016 Teemu Piippo
+	Copyright 2014 - 2021 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
@@ -31,6 +31,8 @@
 #pragma once
 #include <algorithm>
 #include <functional>
+#include <string>
+#include <sstream>
 #include <cstdio>
 #include <cstdlib>
 #include <cstdint>

mercurial