Skip to content

Commit

Permalink
Fixing missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Newman committed May 26, 2023
1 parent d010724 commit 53c79bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hmicore/widgets/table/cell_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
#ifndef HMICORE_WIDGETS_TABLE_CELL_TYPE_H_
#define HMICORE_WIDGETS_TABLE_CELL_TYPE_H_

#include <stdint.h>
#include <string>
#include <string_view>
#include <stdint.h>

#include "hmicore/widgets/widget_types.h"

namespace gva {
Expand Down

0 comments on commit 53c79bf

Please sign in to comment.