Skip to content

Commit

Permalink
fix(expected): add missing includes (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex authored May 21, 2024
1 parent b8b25a6 commit 2ec268f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nebula_common/include/nebula_common/util/expected.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include <variant>
#include <string>
#include <exception>

namespace nebula
{
Expand Down

0 comments on commit 2ec268f

Please sign in to comment.