Permalink
Browse files
#5657 Add missing include for runtime_error
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+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