Skip to content

Commit

Permalink
apps/mdv_utils/src/MdvMerge2/XyLookup.hh, apps/radar/HawkEye, apps/ra…
Browse files Browse the repository at this point in the history
…dar/HawkEdit, apps/radar/IpsEye - adding include for <cstdint> to provide uint32_t
  • Loading branch information
mike-dixon committed Aug 13, 2023
1 parent a3edcee commit ba98240
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions codebase/apps/mdv_utils/src/MdvMerge2/XyLookup.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <string>
#include <vector>
#include <ctime>
#include <cstdint>
#include <sys/types.h>
#include <Mdv/DsMdvx.hh>
#include <Mdv/MdvxField.hh>
Expand Down
1 change: 1 addition & 0 deletions codebase/apps/radar/src/HawkEdit/PaletteManager.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <cstdio>
#include <cstdint>
#include <iostream>

//#include <sii_param_widgets.hh>
Expand Down
1 change: 1 addition & 0 deletions codebase/apps/radar/src/HawkEdit/SiiPalette.hh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <iostream>
#include <string.h>
#include <vector>
#include <cstdint>

//#include <glibmm/ustring.h>
//#include <bgdkmm/color.h>
Expand Down
1 change: 1 addition & 0 deletions codebase/apps/radar/src/HawkEye/PaletteManager.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <cstdio>
#include <cstdint>
#include <iostream>

//#include <sii_param_widgets.hh>
Expand Down
1 change: 1 addition & 0 deletions codebase/apps/radar/src/HawkEye/SiiPalette.hh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <algorithm>
#include <iostream>
#include <cstdint>
#include <string.h>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions codebase/apps/radar/src/IpsEye/PaletteManager.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <cstdio>
#include <cstdint>
#include <iostream>

//#include <sii_param_widgets.hh>
Expand Down
1 change: 1 addition & 0 deletions codebase/apps/radar/src/IpsEye/SiiPalette.hh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <algorithm>
#include <iostream>
#include <cstdint>
#include <string.h>
#include <vector>

Expand Down

0 comments on commit ba98240

Please sign in to comment.