MacのCLionで#include <bits/stdc++.h>を使えるようにする。

はじめに 前回、MacのCLionでコンパイラの設定をしていました。 しかし、いざ使ってみると、 #include <bits/stdc++.h> が読み込み得ずに下記のエラーがでてしまっていました。 その解決策です。 fatal error: 'bits/stdc++.h' file not found #include <bits/stdc++.h> ^~~~~~~~~~~~~~~ 1 error generated. hakonebox.hatenablog.com 前回の設定ではイン</bits/stdc++.h></bits/stdc++.h>…