Browse Source

frontend-tools: Add QAction explicitly for Qt 5.11 compatibility

Ryan Foster 7 years ago
parent
commit
2129d12143
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/frontend-plugins/frontend-tools/captions.cpp

+ 1 - 0
UI/frontend-plugins/frontend-tools/captions.cpp

@@ -1,4 +1,5 @@
 #include <QMessageBox>
+#include <QAction>
 
 #include <windows.h>
 #include <obs-frontend-api.h>