Skip to content

Commit

Permalink
Add stdexcept to parallel.cpp includes to fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 authored and ata4 committed Aug 15, 2023
1 parent 30100a4 commit 20eaeaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <mutex>
#include <thread>
#include <vector>
#include <stdexcept>

class Parallel
{
Expand Down

0 comments on commit 20eaeaf

Please sign in to comment.