Skip to content

Commit e256cb2

Browse files
authored
[Bugfix:System] add iomanip (#16)
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">
1 parent 7f59112 commit e256cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diagnostics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <nlohmann/json.hpp>
77
#include <string>
88
#include <vector>
9+
#include <iomanip>
910

1011
#include "parser.h"
1112
#include "utils.h"

0 commit comments

Comments
 (0)