Skip to content

Commit

Permalink
make sure setprecision is available on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Oct 23, 2024
1 parent b9c2183 commit 33b0cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SvgStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <fstream>
#include <sstream>
#include <iomanip>
#include <cpp11/protect.hpp>
#include <cpp11/environment.hpp>
#include <cpp11/strings.hpp>
Expand Down

0 comments on commit 33b0cf8

Please sign in to comment.