Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkimi committed Aug 30, 2024
1 parent b654f25 commit 29d8ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/mdf/imdftimestamp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include "mdf/itimestamp.h"
#include "mdfblock.h"

namespace mdf {
/**
Expand Down
2 changes: 2 additions & 0 deletions mdflib/src/mdf3timestamp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include "mdf/imdftimestamp.h"
#include "mdfblock.h"

namespace mdf::detail {

class Mdf3Timestamp : public IMdfTimeStamp, public MdfBlock {
Expand Down

0 comments on commit 29d8ab0

Please sign in to comment.