Include missing <chrono> header

This commit is contained in:
Michal Malý 2025-03-10 22:53:42 +01:00
parent ef344506b7
commit 28e97cf2d9
5 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <chrono>
#include "DDR4DirectAccessor.h"
using namespace std::chrono_literals;