Skip to content

Commit df80631

Browse files
committed
Include stdexcept?
1 parent 6e32904 commit df80631

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/basic/mainwindow_funcs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "mainwindow.h"
22
#include "material.h"
33
#include "ui_mainwindow.h"
4+
#include <stdexcept>
45

56
MainWindow::MainWindow() : QMainWindow()
67
{

src/entities/text.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "entities/axis.h"
2+
#include <stdexcept>
23

34
using namespace Mildred;
45

0 commit comments

Comments
 (0)