Skip to content

Commit

Permalink
Manually update to latest stout (#401)
Browse files Browse the repository at this point in the history
Include `.h` files rather than `.hpp` files to match the rename in
3rdparty/stout#45

This is a fixed alternative to #400.
  • Loading branch information
CodingCanuck authored May 13, 2022
1 parent a5fde5f commit d1c6cd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eventuals/scheduler.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "eventuals/scheduler.h"

#include "glog/logging.h" // For GetTID().
#include "stout/stringify.hpp"
#include "stout/stringify.h"

////////////////////////////////////////////////////////////////////////

Expand Down
2 changes: 1 addition & 1 deletion eventuals/scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "eventuals/terminal.h"
#include "eventuals/undefined.h"
#include "stout/borrowable.h"
#include "stout/stringify.hpp"
#include "stout/stringify.h"

////////////////////////////////////////////////////////////////////////

Expand Down
2 changes: 1 addition & 1 deletion eventuals/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "eventuals/raise.h"
#include "eventuals/terminal.h"
#include "eventuals/type-traits.h"
#include "stout/stringify.hpp"
#include "stout/stringify.h"

////////////////////////////////////////////////////////////////////////

Expand Down
2 changes: 1 addition & 1 deletion submodules/stout
Submodule stout updated 313 files

0 comments on commit d1c6cd9

Please sign in to comment.