mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
Add "include <stdexcept>" so Storage.h builds under Windows.
This was accidentially removed because of interaction of several PRs.
This commit is contained in:
parent
e8c245ca27
commit
ad1825c2fb
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <vector>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QString>
|
||||
|
|
Loading…
Reference in a new issue