make virtual buffer become an optional

This commit is contained in:
lizzie 2025-12-01 20:21:16 +00:00
parent 5d1e74533c
commit 6765e7cd17
3 changed files with 6 additions and 4 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <memory>
#include <optional>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/virtual_buffer.h"