base: Add missing header file to addr_range.hh.

This commit is contained in:
Andreas Sandberg 2012-11-02 11:32:01 -05:00
parent fdcfbda38d
commit 00b3a57d88

View file

@ -45,6 +45,8 @@
#ifndef __BASE_ADDR_RANGE_HH__
#define __BASE_ADDR_RANGE_HH__
#include <utility> // pair & make_pair
#include "base/types.hh"
class AddrRange