Skip to content

Commit

Permalink
CI build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Nov 24, 2023
1 parent 8d48a22 commit 47e7d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/crouton/util/MiniFormat.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "MiniOStream.hh"
#include <concepts>
#include <cstdarg>
#include <stdexcept>
#include <string>
#include <string_view>

Expand Down
2 changes: 2 additions & 0 deletions include/crouton/util/MiniOStream.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#pragma once
#include "crouton/util/Bytes.hh"
#include <concepts>
#include <cstring>
#include <stdexcept>

/*
Lightweight replacement for std::ostream.
Expand Down
1 change: 0 additions & 1 deletion tests/demo_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "crouton/Crouton.hh"
#include "crouton/util/MiniOStream.hh"

using namespace std;
using namespace crouton;
using namespace crouton::mini;
using namespace crouton::io;
Expand Down

0 comments on commit 47e7d0d

Please sign in to comment.