ass_entry.h actually does need include/aegisub/exception.h, didn't notice because of precompiled headers.
Originally committed to SVN as r3532.
This commit is contained in:
parent
ca01bb2b86
commit
a874981ed7
2 changed files with 3 additions and 4 deletions
|
@ -39,10 +39,6 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include "include/aegisub/exception.h"
|
||||
#endif
|
||||
|
||||
#include "ass_attachment.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_entry.h"
|
||||
|
|
|
@ -42,8 +42,11 @@
|
|||
// Headers
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/string.h>
|
||||
|
||||
#include "include/aegisub/exception.h"
|
||||
#endif
|
||||
|
||||
|
||||
//////////////
|
||||
// Prototypes
|
||||
class AssDialogue;
|
||||
|
|
Loading…
Reference in a new issue