diff options
Diffstat (limited to 'Tests/MacRuntimePath/A')
-rw-r--r-- | Tests/MacRuntimePath/A/framework.cpp | 1 | ||||
-rw-r--r-- | Tests/MacRuntimePath/A/framework2.cpp | 1 | ||||
-rw-r--r-- | Tests/MacRuntimePath/A/shared.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Tests/MacRuntimePath/A/framework.cpp b/Tests/MacRuntimePath/A/framework.cpp index abda195..b5a95d8 100644 --- a/Tests/MacRuntimePath/A/framework.cpp +++ b/Tests/MacRuntimePath/A/framework.cpp @@ -1,5 +1,6 @@ #include "framework.h" + #include "stdio.h" void framework() diff --git a/Tests/MacRuntimePath/A/framework2.cpp b/Tests/MacRuntimePath/A/framework2.cpp index d3c2c45..0a1beec 100644 --- a/Tests/MacRuntimePath/A/framework2.cpp +++ b/Tests/MacRuntimePath/A/framework2.cpp @@ -1,5 +1,6 @@ #include "framework2.h" + #include "stdio.h" void framework2() diff --git a/Tests/MacRuntimePath/A/shared.cpp b/Tests/MacRuntimePath/A/shared.cpp index e5e7dc5..13791c2 100644 --- a/Tests/MacRuntimePath/A/shared.cpp +++ b/Tests/MacRuntimePath/A/shared.cpp @@ -1,5 +1,6 @@ #include "shared.h" + #include "stdio.h" void shared() |