aboutsummaryrefslogtreecommitdiff
path: root/src/include/containers
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-11-24 18:53:08 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-11-24 18:53:08 +0100
commite2f846ee2fb20193ec73e1ea6ebbbd1fa967166e (patch)
tree47913a751d6e4e042964baac0d2ba473535f17cb /src/include/containers
parent1826fa5d39a5feb2a7c044102c899c23c1f12453 (diff)
downloadpx4-firmware-e2f846ee2fb20193ec73e1ea6ebbbd1fa967166e.tar.gz
px4-firmware-e2f846ee2fb20193ec73e1ea6ebbbd1fa967166e.tar.bz2
px4-firmware-e2f846ee2fb20193ec73e1ea6ebbbd1fa967166e.zip
create list of subscribers
Diffstat (limited to 'src/include/containers')
-rw-r--r--src/include/containers/List.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/containers/List.hpp b/src/include/containers/List.hpp
index 13cbda938..5c0ba59fd 100644
--- a/src/include/containers/List.hpp
+++ b/src/include/containers/List.hpp
@@ -38,6 +38,7 @@
*/
#pragma once
+#include <cstddef>
template<class T>
class __EXPORT ListNode