squall/storm/Queue.hpp

8 lines
143 B
C++
Raw Normal View History

#ifndef STORM_QUEUE_HPP
#define STORM_QUEUE_HPP
#include "storm/queue/TSPriorityQueue.hpp"
#include "storm/queue/TSTimerPriority.hpp"
#endif