diff options
Diffstat (limited to 'result')
| -rw-r--r-- | result/diceresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/result/diceresult.h b/result/diceresult.h index 8ff041f..8ea807a 100644 --- a/result/diceresult.h +++ b/result/diceresult.h @@ -22,6 +22,7 @@ #ifndef DICERESULT_H #define DICERESULT_H #include <QList> +#include <functional> #include "die.h" #include "result.h" |