Skip to content

Commit

Permalink
Fixed header import on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Feb 17, 2024
1 parent 61186f4 commit 099d5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dab/mot/MOT_entities.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <stdint.h>
#include <vector>
#include <string_view>
#include <string>
#include "utility/span.h"

typedef uint16_t mot_transport_id_t;
Expand Down
1 change: 1 addition & 0 deletions src/dab/mot/MOT_processor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "./MOT_processor.h"
#include "../algorithms/modified_julian_date.h"
#include <cstring>
#include <string_view>
#include <fmt/core.h>
#include <assert.h>

Expand Down

0 comments on commit 099d5db

Please sign in to comment.