Commit 84934a22 authored by evan@chromium.org's avatar evan@chromium.org

Include fixes for gcc >= 4.3

Patch by Joel Stanley <joel@jms.id.au>

Review URL: http://codereview.chromium.org/197055

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25699 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b0ba48b
......@@ -4,6 +4,8 @@
#include "chrome/browser/gtk/menu_bar_helper.h"
#include <algorithm>
#include "base/logging.h"
#include "chrome/common/gtk_util.h"
......
......@@ -4,6 +4,8 @@
#include "net/base/dns_util.h"
#include <cstring>
namespace net {
// Based on DJB's public domain code.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment