#ifndef Loader_h #define Loader_h #include #include #include // Typedefs typedef std::pair IntPair; typedef std::vector > IntPairVect; #endif