Hopefully makes Jenkins happy

This commit is contained in:
Christopher Leggett 2022-09-07 22:48:11 -04:00
parent 90cc2fa361
commit 32c0af27a8
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <sstream>
#include <ctime>
#include "cosmetics.hpp"

View File

@ -19,6 +19,7 @@
#include <map>
#include <set>
#include <string>
#include <sstream>
#include <unordered_map>
#include <vector>
#include <iostream>