SIsections.cpp: gratify compiler because of possible missing include of ctime.h

Observed on build with gcc 12.2.
This commit is contained in:
2023-01-22 17:03:00 +01:00
committed by Thilo Graf
parent ebf105363a
commit 15491c6c45

View File

@@ -26,6 +26,7 @@
#endif
#include <stdio.h>
#include <unistd.h>
#include <ctime>
#include <dvbsi++/descriptor_tag.h>
#include <dvbsi++/nvod_reference_descriptor.h>