From 0ceb8b3c6b485fb773c8f726ce735959e3a39e51 Mon Sep 17 00:00:00 2001
From: "nweiz@google.com" <nweiz@google.com>
Date: Mon, 30 Mar 2015 21:07:21 +0000
Subject: [PATCH] Add a missing import to pub.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1047013003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@44790 260f80e4-7a28-3924-810f-c04153c831b5
---
 lib/src/http.dart | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/src/http.dart b/lib/src/http.dart
index 12ee4e26..3d0453a0 100644
--- a/lib/src/http.dart
+++ b/lib/src/http.dart
@@ -11,6 +11,7 @@ import 'dart:io';
 
 import 'package:http/http.dart' as http;
 import 'package:http_throttle/http_throttle.dart';
+import 'package:stack_trace/stack_trace.dart';
 
 import 'io.dart';
 import 'log.dart' as log;
-- 
GitLab