Skip to content

Commit

Permalink
fix error: ‘runtime_error’ is not a member of ‘std’
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Oct 14, 2023
1 parent 0b27eb2 commit 3f681ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lct/pcounter/pcounter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <mutex>
#include <thread>
#include <unistd.h>
#include <stdexcept>
#include "lcti.hpp"

namespace lct::pcounter
Expand Down

0 comments on commit 3f681ae

Please sign in to comment.