Skip to content

Commit

Permalink
added #include <iomanip> to fix error: 'setprecision' was not declare…
Browse files Browse the repository at this point in the history
…d in this scope
  • Loading branch information
G committed Dec 9, 2020
1 parent 81b7174 commit b64d166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rabbitmq-fmu/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <ctime>
#include <string>

#include <iomanip>
#ifdef _WIN32
#define timegm _mkgmtime
#endif
Expand Down

0 comments on commit b64d166

Please sign in to comment.