Skip to content

Commit

Permalink
Merge pull request #279 from laramiel/patch-1
Browse files Browse the repository at this point in the history
Add missing includes to xbasic_fixed_string
  • Loading branch information
JohanMabille authored Jan 10, 2024
2 parents a7c1c54 + 144a958 commit 407954e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/xtl/xbasic_fixed_string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <stdexcept>
#include <string>
#include <cassert>
#include <algorithm>
#include <type_traits>

#ifdef __CLING__
#include <nlohmann/json.hpp>
Expand Down

0 comments on commit 407954e

Please sign in to comment.