Skip to content

Commit

Permalink
Fix main TDI header file (#116)
Browse files Browse the repository at this point in the history
There are no tdi_data.hpp & tdi_key.hpp in the repo. So, fix to include correct headers.

tdi_table_data.hpp
tdi_table_key.hpp
  • Loading branch information
vmytnykx authored Jan 12, 2023
1 parent 6c728b5 commit 3f05c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tdi/common/tdi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <tdi/common/tdi_session.hpp>
#include <tdi/common/tdi_table.hpp>
#include <tdi/common/tdi_attributes.hpp>
#include <tdi/common/tdi_data.hpp>
#include <tdi/common/tdi_key.hpp>
#include <tdi/common/tdi_table_data.hpp>
#include <tdi/common/tdi_table_key.hpp>
#include <tdi/common/tdi_operations.hpp>

#endif //_TDI_HPP
Expand Down

0 comments on commit 3f05c7a

Please sign in to comment.