From bf1f1d8a88da4b7813bdadbefc408779da3ef31c Mon Sep 17 00:00:00 2001 From: Thomas Goyne <plorkyeran@aegisub.org> Date: Mon, 22 Oct 2012 09:08:45 -0700 Subject: [PATCH] Fix non-pch compilation --- aegisub/src/command/edit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/command/edit.cpp b/aegisub/src/command/edit.cpp index ab1da7307..9ac34afb8 100644 --- a/aegisub/src/command/edit.cpp +++ b/aegisub/src/command/edit.cpp @@ -42,6 +42,7 @@ #include <algorithm> #include <wx/clipbrd.h> +#include <wx/tokenzr.h> #endif #include "command.h" -- GitLab