Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Jun 10, 2024
1 parent ef55437 commit aaa5770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TIVarFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <numeric>
#include <regex>
#include <sstream>
#include <cstring>

namespace tivars
{
Expand Down
1 change: 1 addition & 0 deletions src/TypeHandlers/TH_GDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "../tivarslib_utils.h"

#include <stdexcept>
#include <cstring>

#if defined(TH_GDB_SUPPORT) || defined(__cpp_lib_variant)

Expand Down
1 change: 1 addition & 0 deletions src/TypeHandlers/TH_Tokenized.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <sstream>
#include <regex>
#include <fstream>
#include <cstring>

static size_t strlen_mb(const std::string& s)
{
Expand Down

0 comments on commit aaa5770

Please sign in to comment.