summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/stdafx.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-10-19 20:11:55 +0000
committerRobert Pösel <robyer@seznam.cz>2015-10-19 20:11:55 +0000
commitd16d69e7b86095c1493f4a7062751768c31a58fc (patch)
treef6396cd0a81bca933763ce4e90305be62128589b /protocols/Omegle/src/stdafx.h
parent3b8beab406e3e93c0c007a8291393bc491669b99 (diff)
Omegle: Various improvements
* Remove typing weirdness * Fix resetting "stranger is typing" on receiving message * Make option "hi message" choose randomly from more messages git-svn-id: http://svn.miranda-ng.org/main/trunk@15571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/stdafx.h')
-rw-r--r--protocols/Omegle/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h
index 722a3520fe..58bd9ed275 100644
--- a/protocols/Omegle/src/stdafx.h
+++ b/protocols/Omegle/src/stdafx.h
@@ -29,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <sstream>
#include <fstream>
#include <map>
+#include <vector>
#include <stdarg.h>
#include <time.h>
#include <assert.h>