Decouple <vector>

This commit is contained in:
Martin Natano
2023-04-21 22:13:41 +02:00
parent aa87f85eef
commit bacecae1f7
422 changed files with 2326 additions and 1295 deletions
+4 -1
View File
@@ -3,6 +3,9 @@
#include "StageStats.h"
#include <vector>
/** @brief Managed non-persisted statistics. */
class StatsManager
{
@@ -72,4 +75,4 @@ extern StatsManager* STATSMAN; // global and accessible from anywhere in our pro
* OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
*/