Mercurial > hg > audiodb
view accumulators.h @ 510:2b95e396f4d7
Add missing pointpair.h file.
It's good to know that even with the most advanced RCS I've every used,
this error still happens to me.
author | mas01cr |
---|---|
date | Thu, 15 Jan 2009 14:23:09 +0000 |
parents | 342822c2d49a |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif