Skip to content

Commit 8300c2e

Browse files
bridadangeky
authored andcommitted
Workaround for collision of _UP in IAR
1 parent 3dc7d3d commit 8300c2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TESTS/mbed_drivers/stl_features/main.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
#include "mbed.h"
18+
#include "greentea-client/test_env.h"
19+
#include "unity/unity.h"
20+
#include "utest/utest.h"
1721
#include <stdio.h>
1822
#include <string.h>
1923
#include <algorithm>
@@ -22,10 +26,6 @@
2226
#include <queue>
2327
#include <map>
2428
#include <math.h>
25-
#include "mbed.h"
26-
#include "greentea-client/test_env.h"
27-
#include "unity/unity.h"
28-
#include "utest/utest.h"
2929

3030
using namespace utest::v1;
3131

0 commit comments

Comments
 (0)