diff options
author | Ted Gould <ted@gould.cx> | 2015-02-09 15:25:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-09 15:25:54 -0600 |
commit | 6808a4cb98497c61e3d6a202f94f09469f7a20a2 (patch) | |
tree | 02e618eea49930aa6017d472755efa5d4d6b4290 /tests/notifications-mock.h | |
parent | ea846294e73c242b6574085533a9899a585eecf9 (diff) | |
download | ayatana-indicator-sound-6808a4cb98497c61e3d6a202f94f09469f7a20a2.tar.gz ayatana-indicator-sound-6808a4cb98497c61e3d6a202f94f09469f7a20a2.tar.bz2 ayatana-indicator-sound-6808a4cb98497c61e3d6a202f94f09469f7a20a2.zip |
Creating a skeleton to start testing
Diffstat (limited to 'tests/notifications-mock.h')
-rw-r--r-- | tests/notifications-mock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/notifications-mock.h b/tests/notifications-mock.h index 6abe9d8..0298f8c 100644 --- a/tests/notifications-mock.h +++ b/tests/notifications-mock.h @@ -16,6 +16,8 @@ * Authors: * Ted Gould <ted@canonical.com> */ + +#include <algorithm> #include <map> #include <memory> #include <type_traits> |