diff options
Diffstat (limited to 'src/ipa/raspberrypi/statistics.h')
-rw-r--r-- | src/ipa/raspberrypi/statistics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipa/raspberrypi/statistics.h b/src/ipa/raspberrypi/statistics.h index ad486534..015d4efc 100644 --- a/src/ipa/raspberrypi/statistics.h +++ b/src/ipa/raspberrypi/statistics.h @@ -73,4 +73,6 @@ struct Statistics { FocusRegions focusRegions; }; +using StatisticsPtr = std::shared_ptr<Statistics>; + } /* namespace RPiController */ |