Skip to content

Commit 81944be

Browse files
committed
Fix missing cassert include
Previously implicit inclusion dropped in new XCode.
1 parent 8907500 commit 81944be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Common/Utils/include/CommonUtils/ConfigurableParam.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define COMMON_SIMCONFIG_INCLUDE_SIMCONFIG_CONFIGURABLEPARAM_H_
1616

1717
#include <vector>
18+
#include <cassert>
1819
#include <map>
1920
#include <unordered_map>
2021
#include <boost/property_tree/ptree.hpp>

0 commit comments

Comments
 (0)