Skip to content

Commit

Permalink
Add missing include include to realsenes-viewer/dqt projects
Browse files Browse the repository at this point in the history
Change-Id: Ied67eb38c4bf1eec4468fbe067c4262b8bac1f53
  • Loading branch information
ev-mp committed May 29, 2019
1 parent b8b59db commit f3c3c0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/advanced_mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ typedef enum
etDepthTableControl = 9,
etAEControl = 10,
etCencusRadius9 = 11,
etAFactor = 12,
etLastAdvancedModeGroup = 13, // Must be last
etAFactor = 12,
etLastAdvancedModeGroup = 13, // Must be last
}
EtAdvancedModeRegGroup;

Expand Down
1 change: 1 addition & 0 deletions tools/depth-quality/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ endif()
./depth-quality-model.cpp
./depth-metrics.h
../../common/rendering.h
../../common/realsense-ui-advanced-mode.h
../../common/ux-window.h
../../common/ux-window.cpp
../../common/model-views.h
Expand Down
1 change: 1 addition & 0 deletions tools/realsense-viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ endif()
../../third-party/imgui/imgui-fonts-karla.hpp
../../third-party/imgui/imgui-fonts-fontawesome.hpp
../../common/rendering.h
../../common/realsense-ui-advanced-mode.h
../../common/model-views.h
../../common/model-views.cpp
../../common/ux-window.h
Expand Down

0 comments on commit f3c3c0f

Please sign in to comment.