Skip to content

Commit

Permalink
Add missing time.h include (#385)
Browse files Browse the repository at this point in the history
add missing time.h include
  • Loading branch information
pd0wm authored Nov 22, 2022
1 parent 3bae09c commit 72fb965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messaging/messaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <map>
#include <string>
#include <vector>
#include <time.h>

#include <capnp/serialize.h>
#include "../gen/cpp/log.capnp.h"

Expand Down

0 comments on commit 72fb965

Please sign in to comment.