Core/TimingEvent: Add missing <string> include

This commit is contained in:
Connor McLaughlin 2020-02-15 11:34:57 +09:00
parent f0910dc948
commit 15e49b9f61
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include "types.h"