Преглед изворни кода

LibJS: Add missing <AK/Function.h> include in JSONObject.cpp

Andreas Kling пре 4 година
родитељ
комит
ebe1288aea
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Libraries/LibJS/Runtime/JSONObject.cpp

+ 1 - 0
Libraries/LibJS/Runtime/JSONObject.cpp

@@ -24,6 +24,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <AK/Function.h>
 #include <AK/JsonArray.h>
 #include <AK/JsonObject.h>
 #include <AK/JsonParser.h>