diff options
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index 3eead884..3b97d3fe 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -23,8 +23,9 @@ #ifndef SPEECHBUBBLE_H #define SPEECHBUBBLE_H -#include "palette.h" -#include "popup.h" +#include "gui/palette.h" + +#include "gui/widgets/popup.h" class ScrollArea; class TextBox; |