common/timestamp.h (
5
lines of code) (
raw
):
#pragma once #include <string> namespace swss { std::string getTimestamp(); }