From fb7d10a6864aaa263abae3c15433c3ea5333c541 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 18 Aug 2010 18:54:54 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=22270 --- clientgui/BOINCHtmlLBox.cpp | 1 + clientgui/BOINCVListBox.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/clientgui/BOINCHtmlLBox.cpp b/clientgui/BOINCHtmlLBox.cpp index 451236ea80..d1e9e7e827 100644 --- a/clientgui/BOINCHtmlLBox.cpp +++ b/clientgui/BOINCHtmlLBox.cpp @@ -20,6 +20,7 @@ // headers // ---------------------------------------------------------------------------- +#include "stdwx.h" #include "BOINCHtmlLBox.h" // ---------------------------------------------------------------------------- diff --git a/clientgui/BOINCVListBox.cpp b/clientgui/BOINCVListBox.cpp index 6f02d6f4db..58101942d1 100644 --- a/clientgui/BOINCVListBox.cpp +++ b/clientgui/BOINCVListBox.cpp @@ -20,6 +20,7 @@ // headers // ---------------------------------------------------------------------------- +#include "stdwx.h" #include "BOINCVListBox.h" // ----------------------------------------------------------------------------