Skip to content

Commit

Permalink
Update Types.hpp
Browse files Browse the repository at this point in the history
 this can solve the error on the environment of Ubuntu 24.04
  • Loading branch information
IT-magician authored Dec 23, 2024
1 parent 0e1d97e commit d4c55a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/CommonAPI/Types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef COMMONAPI_TYPES_HPP_
#define COMMONAPI_TYPES_HPP_

#include <string.h> // this can solve the error on the environment of Ubuntu 24.04

#include <cstdint>
#include <functional>
#include <unordered_set>
Expand Down

0 comments on commit d4c55a6

Please sign in to comment.