summaryrefslogtreecommitdiff
path: root/common/headless_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/headless_view.cpp')
-rw-r--r--common/headless_view.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/headless_view.cpp b/common/headless_view.cpp
index a44c6e6edb..2ca804664e 100644
--- a/common/headless_view.cpp
+++ b/common/headless_view.cpp
@@ -1,4 +1,5 @@
#include "headless_view.hpp"
+#include <llmr/util/time.hpp>
#include <llmr/util/timer.hpp>
#include <llmr/platform/platform.hpp>
@@ -6,7 +7,7 @@ namespace llmr {
namespace platform {
-void notify_map_change(MapChange change) {
+void notify_map_change(MapChange change, timestamp delay) {
// no-op
}