From 84cd2f18a9c05d238ca55e920521b2bc4aab4a19 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 1 Nov 2003 21:25:58 +0000 Subject: [PATCH] Add missing headers. (I don't know why it worked before but not now....) --- stepmania/PBProject/Installer/BuildInstaller.cpp | 1 + stepmania/PBProject/Installer/Util.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/stepmania/PBProject/Installer/BuildInstaller.cpp b/stepmania/PBProject/Installer/BuildInstaller.cpp index 7281a8f1cb..b985dca1be 100644 --- a/stepmania/PBProject/Installer/BuildInstaller.cpp +++ b/stepmania/PBProject/Installer/BuildInstaller.cpp @@ -17,6 +17,7 @@ using namespace std; #include #include #include +#include #include "StdString.h" #include "InstallerFile.h" #include "Processor.h" diff --git a/stepmania/PBProject/Installer/Util.cpp b/stepmania/PBProject/Installer/Util.cpp index a904d79afc..b02806d97b 100644 --- a/stepmania/PBProject/Installer/Util.cpp +++ b/stepmania/PBProject/Installer/Util.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include "Util.h"