diff options
| author | Robert Falkenberg <robert.falkenberg@srs.io> | 2023-11-08 10:22:57 +0100 |
|---|---|---|
| committer | Robert Falkenberg <robert.falkenberg@srs.io> | 2023-11-10 13:06:05 +0100 |
| commit | b28c94bd52c5b59cd5d306bd70ed8f7a5c0375a0 (patch) | |
| tree | 1969ce72457cdb898f5af213dac0cd0242f4a04f | |
| parent | c8a0b2a994bbf80b0e82e4d55bb86ba90d23369f (diff) | |
radio: add #include <string>
| -rw-r--r-- | lib/include/srsran/radio/channel_mapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/srsran/radio/channel_mapping.h b/lib/include/srsran/radio/channel_mapping.h index 7c5ddac84..e3c74dad2 100644 --- a/lib/include/srsran/radio/channel_mapping.h +++ b/lib/include/srsran/radio/channel_mapping.h @@ -17,6 +17,7 @@ #include <list> #include <map> #include <mutex> +#include <string> namespace srsran { |
