mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-28 03:34:06 +00:00
Re-add time.h include
Include-what-you-use wants to include sys/time.h instead, or if I override it to include time.h it will remove the include completely.
This commit is contained in:
parent
2e7e842a56
commit
08b4480d94
|
@ -36,6 +36,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h> // IWYU pragma: keep for CLOCKS_PER_SEC
|
||||
|
||||
#include "checkpoint.h"
|
||||
#include "cli.h"
|
||||
|
|
Loading…
Reference in a new issue