Add missing #include <assert.h>

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-03-09 13:54:15 +01:00
parent fe3580792f
commit f0d37935ec
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include "sal.h"
#include <assert.h>
#include <cstdint>
#include <string>
#include <vector>

View File

@ -6,6 +6,7 @@
#pragma once
#include "sal.h"
#include <assert.h>
#include <cstdint>
#include <string>
#include <vector>