Skip to content

Commit

Permalink
Linting with updated cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Oct 18, 2024
1 parent b8b73b0 commit 329c484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/load_data_for_complexity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@
#include <algorithm> // std::min
#include <cstddef>
#include <cstdint>
#include <iostream>
#include <queue>
#include <random>
#include <sstream>
#include <string>
#include <unordered_map>
#include <utility> // std::swap
#include <vector>

using std::cerr;
using std::endl;
Expand Down
1 change: 1 addition & 0 deletions src/preseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <fstream>
#include <iomanip>
#include <iostream>
#include <string>

static std::string
usage_message() {
Expand Down

0 comments on commit 329c484

Please sign in to comment.