core: slim down `common.hpp`
Change-Id: I875c35147edd2261fbaa24e809c170d5cd9b94d3
diff --git a/tests/daemon/limited-io.hpp b/tests/daemon/limited-io.hpp
index 123b370..63d5682 100644
--- a/tests/daemon/limited-io.hpp
+++ b/tests/daemon/limited-io.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2022, Regents of the University of California,
+ * Copyright (c) 2014-2024, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -28,7 +28,10 @@
#include "tests/daemon/global-io-fixture.hpp"
+#include <ndn-cxx/util/scheduler.hpp>
+
#include <exception>
+#include <limits>
namespace nfd::tests {
@@ -102,7 +105,7 @@
GlobalIoTimeFixture* m_fixture;
StopReason m_reason;
int m_nOpsRemaining = 0;
- scheduler::EventId m_timeout;
+ ndn::scheduler::EventId m_timeout;
std::exception_ptr m_lastException;
bool m_isRunning = false;
};