"util/parse.cpp" did not exist on "aa959e670560e6c41554e93490fca4eb09cd8483"
Commit 24e8062a authored by Astha Rai's avatar Astha Rai
Browse files

some more header guards

parent e5055986
...@@ -3,10 +3,12 @@ ...@@ -3,10 +3,12 @@
#pragma once #pragma once
#ifndef CK_CODE_GEN_RTC
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <string> #include <string>
#include <string_view> #include <string_view>
#endif
namespace ck { namespace ck {
namespace internal { namespace internal {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment