Merge pull request #1403 from ey6es/master

Build fix.
This commit is contained in:
Andrzej Kapolka 2013-12-18 13:57:04 -08:00
commit 47097cd0fd

View file

@ -6,12 +6,13 @@
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
//
#include "LogDisplay.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <QStringList>
#include "LogDisplay.h"
#include "Util.h"
using namespace std;