7 lines
109 B
C++
7 lines
109 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
#include <boost/unordered_map.hpp>
|
|
|
|
using std::map;
|
|
using boost::unordered_map;
|