diff options
Diffstat (limited to 'src/notifymanager.h')
-rw-r--r-- | src/notifymanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notifymanager.h b/src/notifymanager.h index 9c24f5890..59f3251c7 100644 --- a/src/notifymanager.h +++ b/src/notifymanager.h @@ -23,9 +23,12 @@ #include "notifications.h" +#include <string> + namespace NotifyManager { void notify(const unsigned int message); void notify(const unsigned int message, const int num); + void notify(const unsigned int message, const std::string &str); } #endif |