make virtual buffer become an optional

This commit is contained in:
lizzie 2025-12-01 20:21:16 +00:00
parent f74c4343d8
commit fdd799f0fc
2 changed files with 2 additions and 1 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"