Skip to content

Commit

Permalink
[Bugfix:System] add iomanip (#16)
Browse files Browse the repository at this point in the history
compilation failed on a system upgrade from Ubuntu 20.04 to Ubuntu 22.04

<img width="1047" alt="Screenshot 2023-08-22 at 9 27 55 PM"
src="https://github.com/Submitty/AnalysisToolsTS/assets/5871417/6e3ef8e9-22d8-40a8-bafb-1f78c8d3a665">
  • Loading branch information
bmcutler authored Aug 23, 2023
1 parent 7f59112 commit e256cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <nlohmann/json.hpp>
#include <string>
#include <vector>
#include <iomanip>

#include "parser.h"
#include "utils.h"
Expand Down

0 comments on commit e256cb2

Please sign in to comment.