Add missing stdexcept include

This fixes the windows build for me
master
Nicolas Fella 2021-01-26 15:20:41 +01:00 committed by Jonah Brüchert
parent 9e12201bca
commit e2f20fc765
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#include "Kaidan.h"
#include "qxmpp-exts/QXmppUri.h"
#include <stdexcept>
#define COLOR_TABLE_INDEX_FOR_WHITE 0
#define COLOR_TABLE_INDEX_FOR_BLACK 1