Skip to content

Commit

Permalink
fix(expected): add missing string include
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed May 21, 2024
1 parent 14ab32d commit 5c5c1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nebula_common/include/nebula_common/util/expected.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <variant>
#include <string>

namespace nebula
{
Expand Down

0 comments on commit 5c5c1c6

Please sign in to comment.