Skip to content

Commit

Permalink
Explicitly include <limits> in detector_error_model.cc (#174)
Browse files Browse the repository at this point in the history
Fixes #173
  • Loading branch information
maffoo authored Dec 14, 2021
1 parent 8e4a6e6 commit 0da9430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stim/dem/detector_error_model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <cmath>
#include <iomanip>
#include <limits>

#include "stim/simulators/error_analyzer.h"
#include "stim/str_util.h"
Expand Down

0 comments on commit 0da9430

Please sign in to comment.