From 4f4d67d7f7d60bf38881205dca07043a2db76be4 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Tue, 19 Jun 2007 06:04:47 +0000 Subject: [PATCH] A few more fixes for pch-less compilation Originally committed to SVN as r1263. --- aegisub/auto4_auto3.cpp | 2 ++ aegisub/changelog.txt | 3 ++- aegisub/dialog_kanji_timer.cpp | 1 + aegisub/dialog_kanji_timer.h | 1 + aegisub/subs_edit_box.h | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aegisub/auto4_auto3.cpp b/aegisub/auto4_auto3.cpp index a10658e70..437e1b88e 100644 --- a/aegisub/auto4_auto3.cpp +++ b/aegisub/auto4_auto3.cpp @@ -33,6 +33,8 @@ // Contact: mailto:jiifurusu@gmail.com // +#include +#include #include "auto4_auto3.h" #include "../auto3/auto3.h" #include "options.h" diff --git a/aegisub/changelog.txt b/aegisub/changelog.txt index 6239f424f..818586108 100644 --- a/aegisub/changelog.txt +++ b/aegisub/changelog.txt @@ -81,10 +81,11 @@ Please visit http://aegisub.net to download latest version o Added plain-text export (jfs) o Added support for reading ASS, SSA and SRT softsubs directly from Matroska files. (AMZ) o Fixed loading of SRT and TXT files, which were causing an empty line to appear at the start of the file. (AMZ) + o Improved saving of SRT files. (AMZ) o Added support for reading v4.00++ (ASS2) files. (AMZ) o Added very basic reading support for MPEG-4 Streaming Text (TTXT) subtitles. (AMZ) o Added full read-write support for MicroDVD subtitles (the most common .sub format). (AMZ) - o Improved saving of SRT files. (AMZ) + o Added support for writing Adobe Encore subtitles, both PAL and NTSC. (AMZ) - Changes to main menu: o There are now new options, and most were moved around to have better organization. (AMZ/jfs) o General tweaks changes, such as better icons, and fixing of flickering and slowness. (AMZ) diff --git a/aegisub/dialog_kanji_timer.cpp b/aegisub/dialog_kanji_timer.cpp index ff8fee54f..247738949 100644 --- a/aegisub/dialog_kanji_timer.cpp +++ b/aegisub/dialog_kanji_timer.cpp @@ -43,6 +43,7 @@ /////////// // Headers +#include #include "dialog_kanji_timer.h" #include "ass_file.h" #include "ass_dialogue.h" diff --git a/aegisub/dialog_kanji_timer.h b/aegisub/dialog_kanji_timer.h index 1043fdb7f..6f8323dbf 100644 --- a/aegisub/dialog_kanji_timer.h +++ b/aegisub/dialog_kanji_timer.h @@ -44,6 +44,7 @@ #include #include #include +#include #include "options.h" #include "kana_table.h" diff --git a/aegisub/subs_edit_box.h b/aegisub/subs_edit_box.h index 14114555e..292b64ebc 100644 --- a/aegisub/subs_edit_box.h +++ b/aegisub/subs_edit_box.h @@ -40,6 +40,7 @@ //////////// // Includes #include +#include #include "subs_edit_ctrl.h"