This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5657 Add missing include for runtime_error

  • Loading branch information...
nlyan committed Oct 15, 2016
1 parent 3ee9ac5 commit b20d04d80c6684a1f829efd7a4283dc28450d093
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/gui/src/SubscriptionManager.cpp
@@ -19,6 +19,7 @@
#include "EditionType.h"
#include "AppConfig.h"
#include <ctime>
+#include <stdexcept>
#include <QThread>
SubscriptionManager::SubscriptionManager(AppConfig* appConfig) :

0 comments on commit b20d04d

Please sign in to comment.