Skip to content

Commit e593a25

Browse files
add #include <array> for clang
1 parent da63252 commit e593a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

function.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define FUNCTION_H
1515
#include "classdesc.h"
1616
#include <string>
17+
#include <array>
1718

1819
namespace classdesc
1920
{

0 commit comments

Comments
 (0)