fix: update include path for LoDB in LoBBSDal.h

This commit is contained in:
Ben Allfree
2025-11-28 14:22:47 -08:00
parent daa1c45fa8
commit 07d774b4fe

View File

@@ -1,7 +1,7 @@
#pragma once
#include "lobbs.pb.h"
#include "../../lodb/src/LoDB.h"
#include "LoDB.h"
#include <stdint.h>
#include <vector>