Skip to content

Commit 95ec78d

Browse files
authored
Merge pull request #1172 from kiwix/fix_include
Correctly include stdexcept.
2 parents f8890b1 + bdbf608 commit 95ec78d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/kiwixconfirmbox.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include <QDialog>
55

6+
#include <stdexcept>
7+
68
namespace Ui {
79
class kiwixconfirmbox;
810
}

0 commit comments

Comments
 (0)