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

@ -10,6 +10,7 @@
\*---------------------------------------------------------*/
#include <cstring>
#include <chrono>
#include "MSIGPUv2Controller.h"
using namespace std::chrono_literals;