Skip to content

Commit

Permalink
add missing sstream headers
Browse files Browse the repository at this point in the history
  • Loading branch information
someretical committed Jan 14, 2022
1 parent 19dea55 commit 69efde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/mainmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <fstream>
#include <sstream>

#include "../core/diaryholder.h"
#include "../core/googlewrapper.h"
Expand Down
2 changes: 2 additions & 0 deletions src/util/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include <sstream>

#include "misc.h"
#include "../core/internalmanager.h"

Expand Down

0 comments on commit 69efde3

Please sign in to comment.